File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 run : dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/ESC-BV/index.json"
4242
4343 - name : 🚀 Publish to GitHub packages
44- run : dotnet nuget push "./artifacts/*.nupkg" --source "github"
44+ run : dotnet nuget push "./artifacts/*.nupkg" --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}
4545
Original file line number Diff line number Diff line change 3939
4040 - name : 🚀 Push package to Github and NuGet
4141 run : |
42- dotnet nuget push "./artifacts/*.nupkg" --source "github"
42+ dotnet nuget push "./artifacts/*.nupkg" --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}
4343 dotnet nuget push "./artifacts/*.nupkg" --source "https://api.nuget.org/v3/index.json" --api-key "${{secrets.NUGET_API_KEY}}"
You can’t perform that action at this time.
0 commit comments