Merge pull request #180 from ericcornelissen/docs/permissions

Add note on minimum permissions to the docs
This commit is contained in:
Stefan Zweifel
2021-10-04 08:19:11 +02:00
committed by GitHub

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.