From eb5cc910dd2793ef8b23cd8c2b09216ab34548ed Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 25 Mar 2024 02:10:07 +0000 Subject: [PATCH] ci(release): use jimehbot app to run release please --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74b9604..706047d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,3 +77,6 @@ jobs: steps: - uses: jimeh/release-please-manifest-action@v1 id: release-please + with: + app-id: ${{ secrets.RELEASE_BOT_APP_ID }} + private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}