-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Context
- We merged CI and release automation (PR chore: release-please automation + release artifacts + CI #5) and switched Release Please to googleapis action with PAT support (PR chore(release-please): use googleapis action + PAT secret #6).
- Release Please failed due to org policy blocking GITHUB_TOKEN from creating PRs. The workflow now requires a repo secret RELEASE_PLEASE_TOKEN.
Action required
- Create a fine‑grained personal access token (PAT) from our bot/service account scoped to this repo and add it as a repo secret named RELEASE_PLEASE_TOKEN.
Required permissions (fine‑grained PAT)
- Contents: Read/Write
- Pull requests: Read/Write
Acceptance
- Secret RELEASE_PLEASE_TOKEN exists in repo settings → Secrets and variables → Actions.
- Re-run the "Release Please" workflow on main and it successfully opens/updates the Release PR.
Notes
- After the Release PR is opened, we will merge it to tag vX.Y.Z and automatically trigger the Release workflow to build/upload multi-arch artifacts.
- Security: Use a bot account and least-privilege fine‑grained PAT limited to this repository.
Reactions are currently unavailable