mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-06-02 23:42:29 +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
|
- name: Upload images to Github Release
|
||||||
uses: meeDamian/github-release@v1.0.1
|
uses: meeDamian/github-release@v1.0.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN_NOEXPIRE }}
|
||||||
name: ${{ env.VERSION }}
|
name: ${{ env.VERSION }}
|
||||||
body: "This release packages `bitcoind` to be on par with https://github.com/bitcoin/bitcoin/releases/tag/${{ env.VERSION }}"
|
body: "This release packages `bitcoind` to be on par with https://github.com/bitcoin/bitcoin/releases/tag/${{ env.VERSION }}"
|
||||||
gzip: false
|
gzip: false
|
||||||
|
Loading…
Reference in New Issue
Block a user