Skip to content

Commit

Permalink
docs: fix auto-merge example
Browse files Browse the repository at this point in the history
  • Loading branch information
rribeiro1 committed Sep 14, 2022
1 parent aa817af commit 403612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.PAT_TOKEN}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
```

### Labelling
Expand Down

0 comments on commit 403612a

Please sign in to comment.