lukecyca/pyzabbix

Last release was not published to PyPI

Opened this issue · 2 comments

By default, Release Please uses the built-in GITHUB_TOKEN secret.
However, all resources created by release-please (release tag or release
pull request) will not trigger future GitHub actions workflows, and
workflows normally triggered by release.created events will also not
run.

To fix this, @lukecyca could you configure a RELEASE_TOKEN secrets with a PAT with the public_repo scope? Thanks!

I tried to set this up with a fine-grained PAT, but it's not clear what permissions it needs on the repo. Let's watch https://github.com/google-github-actions/release-please-action/issues/818.