Skip to content

Commit

Permalink
Update to use GITHUB_TOKEN publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MadL1me authored May 19, 2024
1 parent 14f3b97 commit 64e418b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: dotnet nuget push "./nupkg/*.nupkg" --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate

- name: Publish to Github Nuget Registry
env:
NUGET_GH_API_KEY: ${{ secrets.NUGET_GH_API_KEY }}
env:
NUGET_GH_API_KEY: ${{ secrets.GITHUB_TOKEN }}
run: dotnet nuget push "./nupkg/*.nupkg" --api-key $NUGET_GH_API_KEY --source https://nuget.pkg.github.com/Aspnext/index.json --skip-duplicate

0 comments on commit 64e418b

Please # to comment.