Update publish-action.yml

pull/2481/head
yann300 3 years ago committed by GitHub
parent e533ce8606
commit a464f9583e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/publish-action.yml

@ -22,8 +22,7 @@ jobs:
with:
message: |
ipfs://${{ env.action_state }}
https://ipfs.remixproject.org/ipfs/${{ env.action_state }}
https://gateway.ipfs.io/ipfs/${{ env.action_state }}
https://remix-project.infura-ipfs.io/ipfs/${{ env.action_state }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens
allow-repeats: false # This is the default

Loading…
Cancel
Save