Skip to content

Commit

Permalink
Use Nuget API key
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjt committed Nov 16, 2023
1 parent 2439c89 commit ab274bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dotnet-version: '8.0.x'
source-url: https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NUGET_AUTH_TOKEN: ${{secrets.NUGET_API_KEY}}
- run: dotnet build --configuration Release
- name: Create the package
run: dotnet pack --configuration Release -o artifacts /p:Version=${{ github.ref_name }}
Expand Down

0 comments on commit ab274bd

Please sign in to comment.