Skip to content

Commit

Permalink
(build) New GitHub Token created
Browse files Browse the repository at this point in the history
New naming convention is being used for Tokens, so switching to
NUGET_GITHUB_TOKEN, as it is more inline with the others:

* DOCKER_GITHUB_TOKEN
* PUSH_GITHUB_TOKEN
* RELEASE_GITHUB_TOKEN
  • Loading branch information
gep13 committed Jan 9, 2025
1 parent a69ce25 commit 3f16486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
WYAM_DEPLOY_REMOTE: https://github.com/GitTools/GitReleaseManager
CODECOV_REPO_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}
GPR_USER: gittools-bot
GPR_PASSWORD: ${{ secrets.GPR_PASSWORD }}
GPR_PASSWORD: ${{ secrets.NUGET_GITHUB_TOKEN }}
steps:
- name: Checkout the repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 3f16486

Please sign in to comment.