Skip to content

Commit

Permalink
ci: Bug fix? Auto-merge now requires GH_TOKEN, not GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Apr 28, 2024
1 parent 82e0d5c commit c550e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_merge_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"

0 comments on commit c550e90

Please sign in to comment.