Skip to content

Commit

Permalink
Merge pull request #177 from dyoshikawa/fix/readme-permissions
Browse files Browse the repository at this point in the history
Add "Require Permissions" to README.md
  • Loading branch information
8398a7 committed Nov 22, 2021
2 parents 512ca3b + 4177a5e commit 2775ac1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
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 2775ac1

Please sign in to comment.