From 9ab47bbf824b62eb85c9d152751f0b375d8910f8 Mon Sep 17 00:00:00 2001 From: Nick Evans <2616208+nickevansuk@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:12:43 +0100 Subject: [PATCH] fix: CI auto-merge --- .github/workflows/dependabot-automerge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 20147de..5b4232a 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -23,4 +23,5 @@ jobs: - name: Auto-approve Dependabot PRs uses: hmarr/auto-approve-action@v3 with: + # Need to approve with a different GitHub account to that which created the PR github-token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}