File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3939 - name : Download all workflow run artifacts
4040 uses : actions/download-artifact@v5
4141
42+ - name : NuGet login (OIDC → temp API key)
43+ uses : NuGet/login@v1
44+ id : login
45+ with :
46+ user : ascott18
47+
4248 - name : dotnet nuget push
43- run : dotnet nuget push "**/*.nupkg" -s https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_TOKEN }}
49+ run : dotnet nuget push "**/*.nupkg" -s https://api.nuget.org/v3/index.json --api-key ${{ steps.login.outputs.NUGET_API_KEY }}
4450
4551 docs :
4652 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 6565 with :
6666 name : template-packages
6767
68+ - name : NuGet login (OIDC → temp API key)
69+ uses : NuGet/login@v1
70+ id : login
71+ with :
72+ user : ascott18
73+
6874 - name : dotnet nuget push
69- run : dotnet nuget push "**/*.nupkg" -s https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_TOKEN }}
75+ run : dotnet nuget push "**/*.nupkg" -s https://api.nuget.org/v3/index.json --api-key ${{ steps.login.outputs.NUGET_API_KEY }}
You can’t perform that action at this time.
0 commit comments