Skip to content

Commit e5d1e38

Browse files
authored
🐛 Fix secrets by using inherit option
1 parent 6f38d6a commit e5d1e38

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ jobs:
1212
dotnet-version: |
1313
3.1.x
1414
6.0.x
15-
secrets:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
15+
secrets: inherit

0 commit comments

Comments
 (0)