From 67d3969cd9815ad26393cdac4533fb9545ccc746 Mon Sep 17 00:00:00 2001 From: Nestor Colt Date: Tue, 1 Sep 2026 16:33:49 +0200 Subject: [PATCH] chore(POP-1693): rename the App credentials to the po- prefix 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. --- .github/workflows/create-release-and-publish.yml | 4 ++-- .github/workflows/create-release-candidate.yml | 4 ++-- .github/workflows/netcetera-update.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/create-release-and-publish.yml b/.github/workflows/create-release-and-publish.yml index 8cbe5a36..8e8be8a8 100644 --- a/.github/workflows/create-release-and-publish.yml +++ b/.github/workflows/create-release-and-publish.yml @@ -16,8 +16,8 @@ jobs: id: app-token uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 #v2 with: - app-id: ${{ vars.CKO_PUBLIC_WRITE_APP_ID }} - private-key: ${{ secrets.CKO_PUBLIC_WRITE_APP_KEY }} + app-id: ${{ vars.PO_PUBLIC_WRITE_APP_ID }} + private-key: ${{ secrets.PO_PUBLIC_WRITE_APP_KEY }} owner: processout repositories: processout-android diff --git a/.github/workflows/create-release-candidate.yml b/.github/workflows/create-release-candidate.yml index e894e6e4..17ee2564 100644 --- a/.github/workflows/create-release-candidate.yml +++ b/.github/workflows/create-release-candidate.yml @@ -31,8 +31,8 @@ jobs: id: app-token uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 #v2 with: - app-id: ${{ vars.CKO_PUBLIC_WRITE_APP_ID }} - private-key: ${{ secrets.CKO_PUBLIC_WRITE_APP_KEY }} + app-id: ${{ vars.PO_PUBLIC_WRITE_APP_ID }} + private-key: ${{ secrets.PO_PUBLIC_WRITE_APP_KEY }} owner: processout repositories: processout-android diff --git a/.github/workflows/netcetera-update.yml b/.github/workflows/netcetera-update.yml index 8b280ff9..bdfd40dd 100644 --- a/.github/workflows/netcetera-update.yml +++ b/.github/workflows/netcetera-update.yml @@ -52,8 +52,8 @@ jobs: id: app-token uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 #v2 with: - app-id: ${{ vars.CKO_PUBLIC_WRITE_APP_ID }} - private-key: ${{ secrets.CKO_PUBLIC_WRITE_APP_KEY }} + app-id: ${{ vars.PO_PUBLIC_WRITE_APP_ID }} + private-key: ${{ secrets.PO_PUBLIC_WRITE_APP_KEY }} owner: processout repositories: processout-android