Skip to content

Commit 19ac653

Browse files
authored
fix: release please (#908)
1 parent 545dc7a commit 19ac653

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
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/create-github-app-token@v2
1818
id: generate-token
1919
with:
20-
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
20+
app-id: ${{ vars.RELEASE_BOT_CLIENT_ID }}
2121
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
2222
- uses: googleapis/release-please-action@v4
2323
with:

0 commit comments

Comments
 (0)