Skip to content

Commit

Permalink
Fix permissions configuration in README example (#285)
Browse files Browse the repository at this point in the history
* Update README.md
  • Loading branch information
zimagen committed Sep 22, 2024
1 parent f981436 commit 31a90c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,13 @@ on:
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.16.3"
permissions:
contents: write
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
```
Expand Down

0 comments on commit 31a90c6

Please sign in to comment.