Skip to content

Commit

Permalink
🐛 Fix secrets by using inherit option
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrijnbeek authored Mar 2, 2024
1 parent 6f38d6a commit e5d1e38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
secrets: inherit

0 comments on commit e5d1e38

Please sign in to comment.