chore(POP-1694): mint release token from cko-public-write App - #537
Merged
Conversation
Replaces the manually-managed repo-level PO_GITHUB_TOKEN with a short-lived installation token from the cko-public-write GitHub App, scoped to this repository. Calls actions/create-github-app-token directly: processout/actions is internal and cannot be resolved from a public repository. Verified: processout-android run 33086664703 (ref create + delete).
andrii-vysotskyi-cko
approved these changes
Aug 27, 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.
Replaces the manually-managed repo-level
PO_GITHUB_TOKENwith a short-lived installation token from thecko-public-writeGitHub App, scoped to this repo.Calls
actions/create-github-app-tokendirectly rather thanprocessout/actions/github-app-token— that repo is internal and cannot be resolved from a public repository.Verified by control run https://github.com/processout/processout-android/actions/runs/33086664703 (App token created then deleted a ref on the Android repo; same App, same install).
Needs org var
CKO_PUBLIC_WRITE_APP_ID+ secretCKO_PUBLIC_WRITE_APP_KEY, already scoped to this repo.By Nestor Colt - Platform Engineering