From 09a0ac2e59e24e7deebd38c582f8283f1f3d040d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 19 May 2023 00:45:29 +0100 Subject: [PATCH] ci(release): run release-please through a GitHub App (#15) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99945de..f731c9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: steps: - uses: jimeh/release-please-manifest-action@v1 id: release + with: + app-id: ${{ secrets.RELEASE_BOT_APP_ID }} + private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }} - name: MAJOR and MAJOR.MINOR tags if: ${{ steps.release.outputs.release_created }} uses: jimeh/update-tags-action@v1