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 921a3f3 commit 89f0346Copy full SHA for 89f0346
.github/workflows/release-please.yml
@@ -20,8 +20,8 @@ jobs:
20
id: app-token
21
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
22
with:
23
- app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
24
- private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
+ app-id: ${{ secrets.RELEASE_APP_ID }}
+ private-key: ${{ secrets.RELEASE_APP_PEM }}
25
26
- uses: googleapis/release-please-action@c3fc4de07084f75a2b61a5b933069bda6edf3d5c # v4
27
id: release
0 commit comments