From 5bb521d7f1862fda4edcfe17e26376a0941a48f1 Mon Sep 17 00:00:00 2001 From: Yonatan Karp-Rudin Date: Mon, 22 Dec 2025 09:37:15 +0100 Subject: [PATCH] Update secret token for Dependabot auto-merge --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3097431..dd969c6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,7 +23,7 @@ jobs: pull-requests: write uses: yonatankarp/github-actions/.github/workflows/dependabot-auto-merge.yml@v1 secrets: - DEPENDABOT_MERGE_TOKEN: ${{ secrets.REVIEWER_GITHUB_TOKEN }} + GITHUB_PAT: ${{ secrets.REVIEWER_GITHUB_TOKEN }} linters: uses: yonatankarp/github-actions/.github/workflows/linters.yml@v1