Closed meeDamian closed 4 years ago
Quite puzzlingly, the very same setup on lncm/docker-lnd works, but here, it doesn't 🤷🏻♂️.
lncm/docker-lnd
lncm/docker-lnd: This step results with success.
- name: Upload all artifact to Github Release uses: meeDamian/github-release@v1.0.1 with: token: ${{secrets.GITHUB_TOKEN}} prerelease: true gzip: false files: > docker-images/* binaries/*
lncm/docker-bitcoind: This step results with fail.
lncm/docker-bitcoind
- name: Upload images to Github Release uses: meeDamian/github-release@v1.0.1 with: token: ${{secrets.GITHUB_TOKEN}} gzip: false files: images/*
I'm not saying this issue is driving me insane, but it certainly is driving me insane.
Fixed by adding a personal token that doesn't expire as quickly as the automatically provided GITHUB_TOKEN.
GITHUB_TOKEN
Quite puzzlingly, the very same setup on
lncm/docker-lnd
works, but here, it doesn't 🤷🏻♂️.lncm/docker-lnd
: This step results with success.lncm/docker-bitcoind
: This step results with fail.