Skip to content

Commit 9d15a4e

Browse files
committed
Updated workflows
1 parent 246c3c7 commit 9d15a4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
run: dotnet nuget add source --username ZippyNeuron --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name GitHub "https://nuget.pkg.github.com/ZippyNeuron/index.json"
2929

3030
- name: Publish Nuget Package
31-
run: dotnet nuget push "src/ZippyNeuron.Metarwiz/bin/Release/*.nupkg" --api-key ${{ secrets.PUSH_PACKAGE_TOKEN }} --source "GitHub"
31+
run: dotnet nuget push "src/ZippyNeuron.Metarwiz/bin/Release/*.nupkg" --api-key ${{ secrets.PACKAGE_WRITE_TOKEN }} --source "GitHub"
3232

.github/workflows/publish_nuget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: dotnet build src/ZippyNeuron.Metarwiz.sln --configuration Release
2323

2424
- name: Publish Nuget Package
25-
run: dotnet nuget push "src/ZippyNeuron.Metarwiz/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_ORG_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
25+
run: dotnet nuget push "src/ZippyNeuron.Metarwiz/bin/Release/*.nupkg" --api-key ${{ secrets.PACKAGE_WRITE_NUGET }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)