Skip to content

Commit 4c2569b

Browse files
committed
add docs note around permissions
1 parent c57a9e6 commit 4c2569b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ permissions:
193193
statuses: read # Required for checking if all commit statuses are "success" in order to deploy the PR
194194
```
195195

196-
These are the minimum permissions you need to run this Action
196+
These are the minimum permissions you need to run this Action. If you need further assistance with permissions within GitHub Actions, please review the following [documentation](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token).
197197

198198
```yaml
199199
jobs:

0 commit comments

Comments
 (0)