File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 permissions :
2323 contents : read
24+ packages : read
2425
2526 steps :
2627 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3132 dotnet-version : 10.0.x
3233 source-url : https://nuget.pkg.github.com/Intility/index.json
3334 env :
34- NUGET_AUTH_TOKEN : ${{ secrets.NUGET_AUTH_TOKEN }}
35+ NUGET_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3536
3637 - name : Restore
3738 run : dotnet restore --locked-mode
6061 dotnet-version : 10.0.x
6162 source-url : https://nuget.pkg.github.com/Intility/index.json
6263 env :
63- NUGET_AUTH_TOKEN : ${{ secrets.NUGET_AUTH_TOKEN }}
64+ NUGET_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6465
6566 - name : Restore
6667 run : dotnet restore --locked-mode
7071
7172 - name : Publish to GitHub Packages
7273 run : dotnet nuget push "JsonApiToolkit/bin/Release/*.nupkg" --api-key ${{
73- secrets.NUGET_AUTH_TOKEN }}
74+ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments