We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efc9a8 commit 3470f2eCopy full SHA for 3470f2e
1 file changed
.github/workflows/auto_merge_approved_prs.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "should_continue=true" >> $GITHUB_OUTPUT
31
fi
32
env:
33
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.PAT_TOKEN }}
34
35
- name: Find and merge approved PRs
36
if: steps.check_workflows.outputs.should_continue == 'true'
@@ -127,4 +127,4 @@ jobs:
127
# Clean up merge count file
128
rm -f /tmp/merged_count
129
130
0 commit comments