Update README.md

Add note on minimum required permission.
This commit is contained in:
Eric Cornelissen 2021-10-03 22:18:07 +02:00
parent 0d6c97e470
commit 797544dbd2

View File

@ -21,6 +21,7 @@ Add the following step at the end of your job, after other steps that might add
```
Note that the Action has to be used in a Job that runs on a UNIX system (eg. `ubuntu-latest`).
If you don't use the default permission of the GITHUB_TOKEN, give the Job or Workflow at least the `contents: write` permission.
The following is an extended example with all possible options available for this Action.