Skip to content

Commit

Permalink
Merge pull request #250 from rribeiro1/fix-docs
Browse files Browse the repository at this point in the history
docs: fix auto-merge example
  • Loading branch information
landongrindheim committed Oct 11, 2022
2 parents e800623 + 3f9eabc commit ae81da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -142,7 +142,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 ae81da9

Please sign in to comment.