Skip to content

Commit

Permalink
chore: use github token to auto approve PR (#16615)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Belin <[email protected]>
  • Loading branch information
otto-the-bot and atomrc authored Jan 24, 2024
1 parent 8e36b24 commit 3ca636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.WEBTEAM_AUTOMERGE_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
Expand Down

0 comments on commit 3ca636f

Please sign in to comment.