Skip to content

Commit

Permalink
Merge pull request #48 from reviewdog/update-documents-for-permissions
Browse files Browse the repository at this point in the history
add documents for the permissions
  • Loading branch information
shogo82148 authored Dec 26, 2023
2 parents 4daff13 + ded142e commit cdd4424
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@ inputs:
default: 'true'
```
## Required Permissions
The action requires the following permissions:
```yaml
permissions:
contents: read
checks: write
issues: write
pull-requests: write
```
See [Assigning permissions to jobs](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs) for more details.
## Usage Example
```yaml
Expand Down

0 comments on commit cdd4424

Please sign in to comment.