mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-28 21:12:35 +02:00
Upload to GH Releases using API token that doesn't expire
This commit is contained in:
parent
3372a57db9
commit
15692eef2d
2
.github/workflows/on-tag.yml
vendored
2
.github/workflows/on-tag.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user