Skip to content

Commit 86ed55c

Browse files
authored
ci: fix GitHub App secret names (#723)
1 parent a5471b1 commit 86ed55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
id: app-token
2121
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
2222
with:
23-
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
24-
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
23+
app-id: ${{ secrets.RELEASE_APP_ID }}
24+
private-key: ${{ secrets.RELEASE_APP_PEM }}
2525

2626
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
2727
id: release

0 commit comments

Comments
 (0)