Skip to content

Commit d2c6d90

Browse files
authored
Update CreateSignNuGet.yml
Update to new secret name
1 parent 848a8e6 commit d2c6d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CreateSignNuGet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ jobs:
108108

109109
- name: Push to NuGet.org
110110
run: |
111-
dotnet nuget push "${{ steps.findcreatednuget.outputs.nugetPackageName }}" --api-key ${{ secrets.NUGETAPI }} --source https://api.nuget.org/v3/index.json
111+
dotnet nuget push "${{ steps.findcreatednuget.outputs.nugetPackageName }}" --api-key ${{ secrets.NUGETAPIKEY }} --source https://api.nuget.org/v3/index.json
112112
shell: bash

0 commit comments

Comments
 (0)