Skip to content

Commit

Permalink
use different token for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Jun 22, 2021
1 parent 46ea0ef commit 26df5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Publish to NuGet
run: dotnet fake build -t Push
env:
nuget-key: ${{ secrets.NUGET_TOKEN }}
nuget-key: ${{ secrets.PROJ_INFO_NUGET_TOKEN }}

0 comments on commit 26df5a5

Please sign in to comment.