From b60e27befea7298731468ae0a66eff098c362d86 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 8 May 2023 00:49:24 +0100 Subject: [PATCH] feat(release): remove use of GitHub App We don't currently have any CI checks to run on pull requests, so there's no need to author Release PRs from an app. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81b6fff..7578969 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,10 @@ jobs: if: github.ref == 'refs/heads/main' permissions: contents: write + pull-requests: write steps: - uses: jimeh/release-please-manifest-action@main id: release - with: - app-id: ${{ secrets.RELEASE_BOT_APP_ID }} - private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }} - name: Create/update MAJOR tag if: ${{ steps.release.outputs.release_created }} uses: richardsimko/update-tag@v1