chore(POP-1693): rename App credentials to the po- prefix - #399
Merged
Conversation
The org GitHub App naming convention moves from cko- to po-, so the release workflows read PO_PUBLIC_WRITE_APP_ID and PO_PUBLIC_WRITE_APP_KEY instead of the CKO_ ones. App ID 4739572 and installation 157024212 are unchanged; a rename moves only the slug and the credential names. Merge after the PO_ org variable and secret are published for these two repos, and before the CKO_ ones are deleted.
vitalii-vanziak-cko
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renames the GitHub App credentials in the release workflows from the
CKO_prefix toPO_, following the org naming-convention change.vars.CKO_PUBLIC_WRITE_APP_ID→vars.PO_PUBLIC_WRITE_APP_IDsecrets.CKO_PUBLIC_WRITE_APP_KEY→secrets.PO_PUBLIC_WRITE_APP_KEYNothing else changes. App ID
4739572and installation157024212are unchanged — a GitHub App rename moves only the slug and the credential names, not the identity, so the token these workflows mint is the same one.Merge order matters. These are live release paths. Merge only after
PO_PUBLIC_WRITE_APP_IDandPO_PUBLIC_WRITE_APP_KEYare published as org variable/secret scoped Selected repositories forprocessout-androidandprocessout-ios, and before theCKO_ones are deleted. Both names can coexist during the switch.Verification is the next release dispatch authenticating on the new names — these workflows are
workflow_dispatch-only, so normal PR CI does not exercise them.Related: POP-1693, processout/actions#455.
By Nestor Colt - Platform Engineering