Skip to content

Commit ef0219c

Browse files
committed
GH_PAT -> GITHUB_TOKEN
1 parent 5b1fa8f commit ef0219c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/completion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: automerge
3030
uses: 'pascalgn/[email protected]'
3131
env:
32-
GITHUB_TOKEN: '${{ secrets.GH_PAT }}'
32+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
3333
MERGE_LABELS: 'Ready to merge'
3434
MERGE_METHOD: rebase
3535
MERGE_COMMIT_MESSAGE: 'Merge ${{ github.ref }} into master'

0 commit comments

Comments
 (0)