Skip to content

Commit 24811b7

Browse files
committed
chore(ci): use release bot client id
1 parent 3b50a3d commit 24811b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: release-bot
5656
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
5757
with:
58-
app-id: ${{ vars.PUTIO_RELEASE_BOT_APP_ID }}
58+
client-id: ${{ vars.PUTIO_RELEASE_BOT_CLIENT_ID }}
5959
private-key: ${{ secrets.PUTIO_RELEASE_BOT_PRIVATE_KEY }}
6060
permission-contents: write
6161
permission-issues: write

docs/DISTRIBUTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Release jobs declare the protected GitHub Environment named `release`.
1919
Environment entries:
2020

2121
- secrets: `NPM_TOKEN`, `PUTIO_RELEASE_BOT_PRIVATE_KEY`
22-
- variables: `PUTIO_RELEASE_BOT_APP_ID`
22+
- variables: `PUTIO_RELEASE_BOT_CLIENT_ID`
2323
- approval: none; releases are continuous after the `main` gate passes
2424
- refs: release branch/tag policy constrains what can publish
2525
- deployment records: disabled with `deployment: false` because this is package publishing, not an app deploy

0 commit comments

Comments
 (0)