From f54ad69d80783602ced909bfd7b12dc18aca7f4e Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Tue, 20 Aug 2024 19:06:52 -0400 Subject: [PATCH] Use the right token for the automerge action --- .github/workflows/dependabot-automerge.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 54cc5f085a..6be870ca86 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -16,10 +16,8 @@ jobs: name: Enable Automerge on Dependabot PRs runs-on: ubuntu-latest if: github.event.pull_request.user.id == 49699333 - permissions: - pull-requests: write steps: - name: Enable Automerge uses: daneden/enable-automerge-action@f8558b65c5b8d8bfb592c4e74e3d491624a38fbd #v1.0.2-ish with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.DEV_PUSH_TOKEN }}