Update README.md

This commit is contained in:
James Ives 2022-07-26 21:46:26 -04:00
parent de9f21a8fb
commit f3034a77a1

View File

@ -90,7 +90,8 @@ on:
``` ```
> **Warning** > **Warning**
If you do not supply the action with an access token or an SSH key, you must access your repositories settings and provide `Read and Write Permissions` to the provided `GITHUB_TOKEN`, otherwise you'll potentailly run into permission issues. Alternatively you can set the following in your workflow file to grant the action the permissions it needs. > If you do not supply the action with an access token or an SSH key, you must access your repositories settings and provide `Read and Write Permissions` to the provided `GITHUB_TOKEN`, otherwise you'll potentailly run into permission issues. Alternatively you can set the following in your workflow file to grant the action the permissions it needs.
```yml ```yml
permissions: permissions:
contents: write contents: write