Bump nbgv from 3.9.50 to 3.10.91 - #338
Merged
Merged
Conversation
amis92
added a commit
that referenced
this pull request
Jul 31, 2026
CI fails on every Dependabot pull request at the first step:
Error: The 'private-key' input must be set to a non-empty string.
GitHub does not expose regular Actions secrets to Dependabot-triggered runs —
they live in a separate Dependabot secrets store — so
`secrets.WARHUB_BOT_PRIVATE_KEY` is empty and `actions/create-github-app-token`
fails before anything is checked out. #338 is the first PR to hit it.
The token was there so `submodules: true` could reach `battlescribe-spec` back
when that repository was private. It is public now and clones anonymously, so
the default `GITHUB_TOKEN` is sufficient and the whole step is dead weight that
only breaks things.
Removes the step and the `token:` input, keeping `submodules: true`. A comment
records why it must not come back.
`publish.yml` keeps its App token — it runs on `workflow_dispatch`, where
secrets are available, so it is not affected. It is equally redundant now and
could be simplified separately.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
amis92
added a commit
that referenced
this pull request
Jul 31, 2026
CI fails on every Dependabot pull request at the first step:
Error: The 'private-key' input must be set to a non-empty string.
GitHub does not expose regular Actions secrets to Dependabot-triggered runs —
they live in a separate Dependabot secrets store — so
`secrets.WARHUB_BOT_PRIVATE_KEY` is empty and `actions/create-github-app-token`
fails before anything is checked out. #338 is the first PR to hit it.
The token was there so `submodules: true` could reach `battlescribe-spec` back
when that repository was private. It is public now and clones anonymously, so
the default `GITHUB_TOKEN` is sufficient and the whole step is dead weight that
only breaks things.
Removes the step and the `token:` input, keeping `submodules: true`. A comment
records why it must not come back.
`publish.yml` keeps its App token — it runs on `workflow_dispatch`, where
secrets are available, so it is not affected. It is equally redundant now and
could be simplified separately.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Member
|
@dependabot rebase CI was failing here for an unrelated reason: the Rebasing onto current |
--- updated-dependencies: - dependency-name: nbgv dependency-version: 3.10.91 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/dot-config/nbgv-3.10.91
branch
from
July 31, 2026 06:39
aaebfb6 to
c0ff406
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated nbgv from 3.9.50 to 3.10.91.
Release notes
Sourced from nbgv's releases.
3.10.91
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.10.85...v3.10.91
3.10.85
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.10.70...v3.10.85
3.10.70
What's Changed
Fixes
Enhancements
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.9.50...v3.10.70
3.10.44-alpha
What's Changed
Fixes
Enhancements
Dependency updates
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.10.8-alpha...v3.10.44-alpha
3.10.8-alpha
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.9.50...v3.10.8-alpha
Commits viewable in compare view.