Upload to GH Releases using API token that doesn't expire

This commit is contained in:
Damian Mee 2020-03-14 12:34:11 +08:00
parent 3372a57db9
commit 15692eef2d
No known key found for this signature in database
GPG Key ID: 2F961EAB8789725D

View File

@ -196,7 +196,7 @@ jobs:
- name: Upload images to Github Release
uses: meeDamian/github-release@v1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN_NOEXPIRE }}
name: ${{ env.VERSION }}
body: "This release packages `bitcoind` to be on par with https://github.com/bitcoin/bitcoin/releases/tag/${{ env.VERSION }}"
gzip: false