There was an error while loading. Please reload this page.
1 parent 2ea8a77 commit 2d2d99fCopy full SHA for 2d2d99f
1 file changed
.github/workflows/release-please.yml
@@ -37,8 +37,9 @@ jobs:
37
id: app-token
38
with:
39
# client-id is the recommended input (supersedes the legacy app-id).
40
- client-id: ${{ secrets.CLIENT_ID }}
41
- private-key: ${{ secrets.PRIVATE_KEY }}
+ # client-id is a public identifier -> repo/org variable; only the key is secret.
+ client-id: ${{ vars.RELEASE_BOT_CLIENT_ID }}
42
+ private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
43
44
- uses: googleapis/release-please-action@v4
45
id: release
0 commit comments