mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 03:23:59 +00:00
chore: switch GITHUB_TOKEN to github.token, tweaks
This commit is contained in:
@@ -45,12 +45,12 @@ runs:
|
||||
- name: Publish Package
|
||||
shell: bash
|
||||
run: dotnet nuget push ./artifacts/*.nupkg \
|
||||
--api-key ${{ secrets.GITHUB_TOKEN }} \
|
||||
--api-key ${{ github.token }} \
|
||||
--source "https://nuget.pkg.github.com/${{ inputs.namespace }}/index.json" \
|
||||
--skip-duplicate \
|
||||
--no-symbols \
|
||||
|| (sleep 5 && dotnet nuget push ./artifacts/*.nupkg \
|
||||
--api-key ${{ secrets.GITHUB_TOKEN }} \
|
||||
--api-key ${{ github.token }} \
|
||||
--source "https://nuget.pkg.github.com/${{ inputs.namespace }}/index.json" \
|
||||
--skip-duplicate \
|
||||
--no-symbols)
|
||||
|
||||
Reference in New Issue
Block a user