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 545dc7a commit 19ac653Copy full SHA for 19ac653
.github/workflows/release-please.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/create-github-app-token@v2
18
id: generate-token
19
with:
20
- app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
+ app-id: ${{ vars.RELEASE_BOT_CLIENT_ID }}
21
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
22
- uses: googleapis/release-please-action@v4
23
0 commit comments