Skip to content

Commit

Permalink
GH_PAT -> GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
devlato committed Oct 15, 2021
1 parent 5b1fa8f commit ef0219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/completion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: automerge
uses: 'pascalgn/[email protected]'
env:
GITHUB_TOKEN: '${{ secrets.GH_PAT }}'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
MERGE_LABELS: 'Ready to merge'
MERGE_METHOD: rebase
MERGE_COMMIT_MESSAGE: 'Merge ${{ github.ref }} into master'
Expand Down

0 comments on commit ef0219c

Please sign in to comment.