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 eec7292 commit bf6637cCopy full SHA for bf6637c
.github/workflows/ci.yml
@@ -15,3 +15,5 @@ jobs:
15
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build.yml@main
16
with:
17
configuration: Release
18
+ secrets:
19
+ NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments