lncm/docker-bitcoind

Upload to Github Releases fails

Closed this issue · 2 comments

Quite puzzlingly, the very same setup on lncm/docker-lnd works, but here, it doesn't 🤷🏻‍♂️.

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.

      - 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.