Skip to content

Commit df4bd27

Browse files
committed
ci(release-please): use GH App token instead of default
This is to let the bot-generated PRs run CI. Signed-off-by: Alexis Asseman <[email protected]>
1 parent a1e63ac commit df4bd27

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release_please.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: google-github-actions/release-please-action@v3
16+
- name: Generate token
17+
id: generate_token
18+
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 #v1.8.0
19+
with:
20+
app_id: ${{ secrets.PR_AUTOMATION_APP_ID }}
21+
private_key: ${{ secrets.PR_AUTOMATION_APP_PEM }}
22+
- uses: google-github-actions/release-please-action@8016a6649226f2ec88ed05441c11bb5410a22d29 #v3.7.10
1723
with:
1824
command: manifest
25+
token: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)