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 5b1fa8f commit ef0219cCopy full SHA for ef0219c
.github/workflows/completion.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: automerge
30
uses: 'pascalgn/[email protected]'
31
env:
32
- GITHUB_TOKEN: '${{ secrets.GH_PAT }}'
+ GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
33
MERGE_LABELS: 'Ready to merge'
34
MERGE_METHOD: rebase
35
MERGE_COMMIT_MESSAGE: 'Merge ${{ github.ref }} into master'
0 commit comments