We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7603184 commit 62bce41Copy full SHA for 62bce41
.github/workflows/release-please.yml
@@ -18,7 +18,7 @@ jobs:
18
id: generate-token
19
with:
20
app-id: ${{ secrets.RELEASE_BOT_CLIENT_ID }}
21
- private-key: ${{ secrets.RELEASE_BOT_CLIENT_SECRET }}
+ private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
22
- uses: googleapis/release-please-action@v4
23
24
token: ${{ steps.generate-token.outputs.token }}
0 commit comments