Skip to content

Commit 62bce41

Browse files
committed
fix: use private key, not client secret
1 parent 7603184 commit 62bce41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: generate-token
1919
with:
2020
app-id: ${{ secrets.RELEASE_BOT_CLIENT_ID }}
21-
private-key: ${{ secrets.RELEASE_BOT_CLIENT_SECRET }}
21+
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
2222
- uses: googleapis/release-please-action@v4
2323
with:
2424
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)