We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998deee commit 2c44780Copy full SHA for 2c44780
.github/workflows/nuget-publish.yml
@@ -60,7 +60,7 @@ jobs:
60
run: dotnet nuget push output/nuget/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
61
62
- name: Push package to GitHub
63
- run: dotnet nuget push output/nuget/**/*.nupkg --api-key ${{ secrets.ACCESS_TOKEN }} --source https://nuget.pkg.github.com/isc30/index.json --skip-duplicate
+ run: dotnet nuget push output/nuget/**/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/isc30/index.json --skip-duplicate
64
65
- name: Prepare for Github Pages deployment
66
run: find output/demo -name "*.gitignore" -type f -print0 | xargs -0 /bin/rm -f
0 commit comments