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