Skip to content

Commit 3f16486

Browse files
committed
(build) New GitHub Token created
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
1 parent a69ce25 commit 3f16486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
WYAM_DEPLOY_REMOTE: https://github.com/GitTools/GitReleaseManager
3636
CODECOV_REPO_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}
3737
GPR_USER: gittools-bot
38-
GPR_PASSWORD: ${{ secrets.GPR_PASSWORD }}
38+
GPR_PASSWORD: ${{ secrets.NUGET_GITHUB_TOKEN }}
3939
steps:
4040
- name: Checkout the repository
4141
uses: actions/checkout@v2

0 commit comments

Comments
 (0)