Skip to content

Commit fde0281

Browse files
committed
Use the right token for NuGet
1 parent f1d129b commit fde0281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
112112

113113
- name: nuget push
114-
run: dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }}
114+
run: dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }}
115115

116116
release-artifacts:
117117
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)