ipfs / rainbow

A specialized IPFS HTTP gateway
https://docs.ipfs.tech/reference/http/gateway/
Other
66 stars 11 forks source link

refactor(ci): automate docker releases on tag pushes #138

Closed galargh closed 1 month ago

galargh commented 1 month ago

Using a custom GItHub token in releaser was introduced in https://github.com/ipdxco/unified-github-workflows/releases/tag/v1.0.2

I set up a custom fine-grained PAT with contents write access only to this repository. The token is owned by web3-bot and valid for 1 year.

By using custom PAT we should be able to react to tag push events in the docker publish workflow again.

Testing -> we're going to oversee the next release to make 100% sure the automation works as expected.

❓ Are there any other repos where you'd like us to introduce a change like this one?