Skip to content

Commit 3470f2e

Browse files
committed
f
1 parent 9efc9a8 commit 3470f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto_merge_approved_prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "should_continue=true" >> $GITHUB_OUTPUT
3131
fi
3232
env:
33-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
3434

3535
- name: Find and merge approved PRs
3636
if: steps.check_workflows.outputs.should_continue == 'true'
@@ -127,4 +127,4 @@ jobs:
127127
# Clean up merge count file
128128
rm -f /tmp/merged_count
129129
env:
130-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
130+
GH_TOKEN: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)