pyzabbix icon indicating copy to clipboard operation
pyzabbix copied to clipboard

Last release was not published to PyPI

Open jooola opened this issue 1 year ago • 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!

jooola avatar Dec 23 '23 12:12 jooola

ping @lukecyca

jooola avatar Apr 13 '24 12:04 jooola

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.

lukecyca avatar Apr 15 '24 03:04 lukecyca