From 5d36f02cca732489eec66c0913b4ed2b2b4cfdbe Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 27 Jun 2025 11:32:25 +0100 Subject: [PATCH] ci(release-please): use custom bot account to publish release PRs --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d99854..c84ee71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,3 +53,6 @@ jobs: pull-requests: write steps: - uses: jimeh/release-please-manifest-action@v2 + with: + app-id: ${{ secrets.RELEASE_BOT_APP_ID }} + private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}