You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: push release bump+tag with GITHUB_TOKEN instead of a GitHub App
The release job failed at "Mint release app token" because
RELEASE_APP_ID / RELEASE_APP_PRIVATE_KEY are not set on this repo. The
App existed only to bypass main's branch protection when pushing the
version bump + tag -- but main has no branch protection, so the App is
unnecessary. Push directly with the built-in GITHUB_TOKEN (contents:
write). This unblocks the release, which then publishes to public PyPI
(the existing pending publisher: workflow release.yml, environment pypi)
and the Azure feed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments