From 38a51f4229415fdf35031f2909bcbb8c0078d5c8 Mon Sep 17 00:00:00 2001 From: olli <144932831+OLILHR@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:28:53 +0100 Subject: [PATCH] Change `GITHUB_TOKEN` to `GH_TOKEN` --- .github/workflows/dependabot-automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index e81c845aa..f84870968 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest env: PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.GH_ACTION}} + GH_TOKEN: ${{ secrets.GH_ACTION }} if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Approve a PR