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 3f5cc04 commit e766334Copy full SHA for e766334
.github/workflows/automerge.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Run command
23
run: gh pr merge -s --auto ${{ github.event.pull_request.number }}
24
env:
25
- GH_TOKEN: ${{ secrets.GH_FULL_PAT }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments