From 039e37a42e95a568ad37b5da10144ee501210ad9 Mon Sep 17 00:00:00 2001 From: Attila Farago Date: Tue, 5 Nov 2024 23:14:14 +0100 Subject: [PATCH] Update dependabot-auto-approve.yml --- .github/workflows/dependabot-auto-approve.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-auto-approve.yml b/.github/workflows/dependabot-auto-approve.yml index 1c4d620..5749887 100644 --- a/.github/workflows/dependabot-auto-approve.yml +++ b/.github/workflows/dependabot-auto-approve.yml @@ -16,10 +16,10 @@ jobs: run: gh pr review --approve "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} - GH_TOKEN: ${{secrets.GITHUB_TOKEN}} + GH_TOKEN: ${{secrets.PAT_TOKEN}} - name: Enable auto-merge for Dependabot PRs # if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}} run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} - GH_TOKEN: ${{secrets.GITHUB_TOKEN}} + GH_TOKEN: ${{secrets.PAT_TOKEN}}