Skip to content

Commit

Permalink
Explicityly set token for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr committed Jul 17, 2021
1 parent d643342 commit b58d1a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,8 @@ jobs:
body: ${{ needs.build.outputs.changelog }}
files: |
nuget/*.nupkg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: 🔼 Publish package to nuget
# run: dotnet nuget push --force-english-output --api-key '${{ secrets.NUGET_API_KEY }}' --source '${{ secrets.NUGET_FEED }}' --skip-duplicate "*.nupkg"

0 comments on commit b58d1a7

Please sign in to comment.