Skip to content

Commit 89f0346

Browse files
committed
ci: fix GitHub App secret names
1 parent 921a3f3 commit 89f0346

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
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@c3fc4de07084f75a2b61a5b933069bda6edf3d5c # v4
2727
id: release

0 commit comments

Comments
 (0)