docs: fix auto-merge example

This commit is contained in:
Rafael Ribeiro
2022-09-14 18:42:30 +02:00
parent aa817aff1a
commit 403612afa9

View File

@@ -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