Skip to content

Commit ea23a70

Browse files
authored
Change GITHUB_TOKEN to PAT in workflow
1 parent 3cfff1c commit ea23a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-nuspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
hard-reset: true
149149
- uses: ./.github/actions/update-nuspec-file
150150
with:
151-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151+
GITHUB_TOKEN: ${{ secrets.PAT }}
152152
project: ${{ steps.set-project-name.outputs.value }}
153153
additional-files: |
154154
./Readme.md

0 commit comments

Comments
 (0)