Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,13 @@ jobs:
env:
GH_TOKEN: ${{ github.token }} # Used for GitHub CLI authentication
```

## Permissions

If running the action in a restrictive mode, the following permissions needs to be granted to the action:

```yaml
permissions:
contents: write # Required to create releases
pull-requests: write # Required to create comments on the PRs
```