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(release): switch token mint to client-id var (#721)
The `RELEASE_APP_ID` org secret was deleted in favor of a
`RELEASE_APP_CLIENT_ID` org variable (#701). This swaps every workflow
that mints a release App token to the new variable and updates the plan
doc to match.
Files touched:
- `.github/workflows/release-rotation.yml`
- `.github/workflows/release-permissions-check.yml`
- `.github/workflows/ship-release.yml`
- `.github/workflows/build-patch.yml`
- `.github/workflows/build-release.yml`
- `docs/release-automation-plan.md`
`build-patch.yml` and `build-release.yml` had already moved to the
`client-id:` input but were still reading the deleted
`secrets.RELEASE_APP_ID` — this fixes that half-migrated state.
Private-key references are unchanged.
0 commit comments