Skip to content

Commit

Permalink
Add auth token to env
Browse files Browse the repository at this point in the history
  • Loading branch information
RFlipper committed Mar 26, 2024
1 parent 0774aeb commit 1056477
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,7 @@ jobs:
- name: Push to GitHub package registry
working-directory: ./CsvHelper.FastDynamic
run: dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_AUTH_TOKEN --skip-duplicate
run: dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_AUTH_TOKEN --skip-duplicate
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGETTOKEN }}

0 comments on commit 1056477

Please sign in to comment.