We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317da26 commit cc9a6a2Copy full SHA for cc9a6a2
1 file changed
.github/workflows/cd.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Publish to NuGet
31
env:
32
- NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
+ NUGET_API_KEY: ${{ secrets.GITHUB_TOKEN }}
33
run: |
34
- dotnet nuget push **/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
+ dotnet nuget push **/bin/Release/*.nupkg --api-key $GITHUB_TOKEN --source https://nuget.pkg.github.com/01Dri/index.json"
35
0 commit comments