mirror of
https://github.com/ditkrg/DIT.Workflower.git
synced 2026-01-22 22:06:42 +00:00
Rename nuget secret
This commit is contained in:
parent
17ea505345
commit
c0691416a8
2
.github/workflows/deploy-nuget.yaml
vendored
2
.github/workflows/deploy-nuget.yaml
vendored
@ -37,5 +37,5 @@ jobs:
|
||||
run: |-
|
||||
dotnet nuget push "packages/*.nupkg" \
|
||||
--skip-duplicate \
|
||||
--api-key ${{ secrets.NUGET__API_KEY }} \
|
||||
--api-key ${{ secrets.NUGET_API_KEY }} \
|
||||
--source https://api.nuget.org/v3/index.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user