From 931e5e00884eb25d40a21c0649b95fa4e8608ee7 Mon Sep 17 00:00:00 2001 From: carlospolop Date: Thu, 10 Jul 2025 15:02:23 +0200 Subject: [PATCH] f --- .github/workflows/auto_merge_approved_prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_merge_approved_prs.yml b/.github/workflows/auto_merge_approved_prs.yml index 3f5f981fa..0175b9c66 100644 --- a/.github/workflows/auto_merge_approved_prs.yml +++ b/.github/workflows/auto_merge_approved_prs.yml @@ -30,7 +30,7 @@ jobs: echo "should_continue=true" >> $GITHUB_OUTPUT fi env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.PAT_TOKEN }} - name: Find and merge approved PRs if: steps.check_workflows.outputs.should_continue == 'true' @@ -127,4 +127,4 @@ jobs: # Clean up merge count file rm -f /tmp/merged_count env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.PAT_TOKEN }}