Skip to content

Commit

Permalink
Merge pull request #162 from dependabot/brrygrdn/automerge-as-someone…
Browse files Browse the repository at this point in the history
…-else

Execute automerges using a PAT
  • Loading branch information
brrygrdn authored Feb 22, 2022
2 parents 320b24c + 62295ac commit 8e0cbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AUTOMERGE_PAT }}

0 comments on commit 8e0cbe5

Please sign in to comment.