We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b0470 commit 47a23c5Copy full SHA for 47a23c5
.github/workflows/cd-controls.yml
@@ -67,4 +67,4 @@ jobs:
67
-p:PackageOutputPath="$env:WORKING_DIR\output"
68
69
- name: Publish package to NuGet
70
- run: dotnet nuget push ./output/*.nupkg --api-key (SECRET GOES HERE) --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments