lncm / docker-bitcoind

Flexible multi-arch (amd & amd64) Bitcoin Core Docker image
https://hub.docker.com/r/lncm/bitcoind
MIT License
102 stars 34 forks source link

Upload to Github Releases fails #18

Closed meeDamian closed 4 years ago

meeDamian commented 5 years ago

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/*
meeDamian commented 4 years ago

I'm not saying this issue is driving me insane, but it certainly is driving me insane.

meeDamian commented 4 years ago

Fixed by adding a personal token that doesn't expire as quickly as the automatically provided GITHUB_TOKEN.