Skip to content

Commit 2831f5e

Browse files
author
Morten Turn Pedersen
authored
Merge pull request #30 from nstack-io/hotfix/build-pipeline
Fixed API key not being properly used
2 parents 45e597e + 5fd9028 commit 2831f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
dotnet pack --configuration Release --output out --no-build
3030
3131
- name: Push generated package to GitHub registry
32-
run: dotnet nuget push ./NStack/NStack/out/*.nupkg --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json --api-key {{secrets.GITHUBTOKEN}}
32+
run: dotnet nuget push ./NStack/NStack/out/*.nupkg --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)