Skip to content

Commit f11965f

Browse files
loekensgardclaude
andcommitted
ci: use client-id instead of app-id for app token
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 4e93db7 commit f11965f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
1515
id: app-token
1616
with:
17-
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
17+
client-id: ${{ vars.RELEASE_BOT_CLIENT_ID }}
1818
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
1919
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
2020
with:

0 commit comments

Comments
 (0)