Issue Description
After the client-id migration merges, confirm each affected workflow path mints a token successfully during its next normal execution, then remove the obsolete RELEASE_APP_ID Actions variable.
Depends on #2511 and #2512.
Do not trigger a stable or prerelease publication solely to test this. Observe naturally occurring, approved runs.
Runtime checkpoints:
Acceptance criteria:
Additional Context
RELEASE_APP_ID is deliberately retained through the observation window as the rollback path. Delete it only after every checkpoint above passes.
If a runtime failure occurs, correct the repository variable configuration first. Reverting the workflow source is the last resort, not the first response.
Issue Description
After the
client-idmigration merges, confirm each affected workflow path mints a token successfully during its next normal execution, then remove the obsoleteRELEASE_APP_IDActions variable.Depends on #2511 and #2512.
Do not trigger a stable or prerelease publication solely to test this. Observe naturally occurring, approved runs.
Runtime checkpoints:
Pre-Release PR Updatepush run validates.github/workflows/release-prerelease-pr.yml.github/workflows/release-stable.yml.github/workflows/release-prerelease.ymlAcceptance criteria:
RELEASE_APP_CLIENT_IDapp-iddeprecation warningRELEASE_APP_IDreferenceRELEASE_APP_IDis deleted from repository Actions variablesRELEASE_APP_CLIENT_IDandRELEASE_APP_PRIVATE_KEYremain configuredAdditional Context
RELEASE_APP_IDis deliberately retained through the observation window as the rollback path. Delete it only after every checkpoint above passes.If a runtime failure occurs, correct the repository variable configuration first. Reverting the workflow source is the last resort, not the first response.