Skip to content

Commit 2d2d99f

Browse files
committed
chore(ci): apply review — scope app-token secret names, use vars for client-id
1 parent 2ea8a77 commit 2d2d99f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
id: app-token
3838
with:
3939
# client-id is the recommended input (supersedes the legacy app-id).
40-
client-id: ${{ secrets.CLIENT_ID }}
41-
private-key: ${{ secrets.PRIVATE_KEY }}
40+
# client-id is a public identifier -> repo/org variable; only the key is secret.
41+
client-id: ${{ vars.RELEASE_BOT_CLIENT_ID }}
42+
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
4243

4344
- uses: googleapis/release-please-action@v4
4445
id: release

0 commit comments

Comments
 (0)