From 797544dbd20b7f63f3001c4df0dcc760a2a97694 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sun, 3 Oct 2021 22:18:07 +0200 Subject: [PATCH] Update README.md Add note on minimum required permission. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 736ee4d6..246c3b8d 100644 --- a/README.md +++ b/README.md @@ -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.