We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ed5a0 commit 9be2683Copy full SHA for 9be2683
1 file changed
.github/workflows/update-nuspec.yml
@@ -101,7 +101,7 @@ jobs:
101
hard-reset: true
102
- uses: ./.github/actions/update-nuspec-file
103
with:
104
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PAT }}
105
project: ${{ steps.set-project-name.outputs.value }}
106
external-dependencies-sources: |
107
EncryptedConfigValue
@@ -193,7 +193,7 @@ jobs:
193
194
195
196
197
198
199
0 commit comments