Skip to content

Commit 5d36f02

Browse files
committed
ci(release-please): use custom bot account to publish release PRs
1 parent 5c37e8b commit 5d36f02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ jobs:
5353
pull-requests: write
5454
steps:
5555
- uses: jimeh/release-please-manifest-action@v2
56+
with:
57+
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
58+
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)