Skip to content

Commit

Permalink
Set $GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
josh authored Aug 30, 2024
1 parent 9a2dbe2 commit 806eae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
# run: gh pr review --approve "$URL"
# env:
# URL: ${{ github.event.pull_request.html_url }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GH_TOKEN: ${{ github.token }}

- name: Enable auto-merge
run: gh pr merge --auto "$URL"
env:
URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ github.token }}

0 comments on commit 806eae3

Please sign in to comment.