Skip to content

Commit 9be2683

Browse files
authored
Update update-nuspec.yml
1 parent 98ed5a0 commit 9be2683

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-nuspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
hard-reset: true
102102
- uses: ./.github/actions/update-nuspec-file
103103
with:
104-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104+
GITHUB_TOKEN: ${{ secrets.PAT }}
105105
project: ${{ steps.set-project-name.outputs.value }}
106106
external-dependencies-sources: |
107107
EncryptedConfigValue
@@ -193,7 +193,7 @@ jobs:
193193
hard-reset: true
194194
- uses: ./.github/actions/update-nuspec-file
195195
with:
196-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
196+
GITHUB_TOKEN: ${{ secrets.PAT }}
197197
project: ${{ steps.set-project-name.outputs.value }}
198198
external-dependencies-sources: |
199199
EncryptedConfigValue

0 commit comments

Comments
 (0)