Skip to content

Commit 61e4f88

Browse files
committed
fix(ci): use GitHub App client ID
1 parent b017103 commit 61e4f88

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
if: inputs.dry_run != true
9494
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
9595
with:
96-
app-id: 1108748
96+
client-id: ${{ vars.DEVOPS_BOT_CLIENT_ID }}
9797
private-key: ${{ secrets.DEVOPS_BOT_PRIVATE_KEY }}
9898
owner: CopilotKit
9999
repositories: OpenTag

docs/kite-gitops.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ but deploy independently.
1818
- Rollback: run **Kite / Deploy released version** → select environment and `vX.Y.Z`
1919
deploy the digests recorded in that release.
2020

21-
The release PR uses CopilotKit's DevOps GitHub App (app ID `1108748`). Grant the
22-
App access to OpenTag and make the existing `DEVOPS_BOT_PRIVATE_KEY`
23-
organization secret available to this repository.
21+
The release PR uses CopilotKit's DevOps GitHub App. Grant the App access to
22+
OpenTag, store its client ID as the `DEVOPS_BOT_CLIENT_ID` repository variable,
23+
and make the `DEVOPS_BOT_PRIVATE_KEY` Actions secret available to this
24+
repository.
2425

2526
## One-time AWS trust
2627

0 commit comments

Comments
 (0)