We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b301454 commit 7f1f58dCopy full SHA for 7f1f58d
1 file changed
.github/workflows/dotnet-push-package.yml
@@ -85,7 +85,7 @@ jobs:
85
# Exchange the GitHub Actions OIDC token for a short-lived, single-use NuGet API key.
86
- name: NuGet login (OIDC to temporary API key)
87
if: steps.core_changes.outputs.should_publish == 'true'
88
- uses: NuGet/login@v1
+ uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 # v1
89
id: nuget_login
90
with:
91
user: ${{ secrets.NUGET_USER }}
0 commit comments