Skip to content

Commit

Permalink
add documents for the permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Dec 26, 2023
1 parent 4daff13 commit ded142e
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 ded142e

Please sign in to comment.