Skip to content

Commit

Permalink
fix README.md add "Require Permissions"
Browse files Browse the repository at this point in the history
  • Loading branch information
dyoshikawa committed Nov 13, 2021
1 parent 5c8520d commit 4177a5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,13 @@ steps:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: always()
```

## Require Permissions

If you are explicitly specifying permissions, must grant `contents` and `actions`.

```yaml
permissions:
contents: read
actions: read
```

0 comments on commit 4177a5e

Please sign in to comment.