From 545ab66f29e90f7ca17593d2c6efc0518285b0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Wed, 11 Oct 2023 12:29:23 +0200 Subject: [PATCH 1/2] Update required GITHUB_TOKEN permissions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3a2d646..28d738fa 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ on: # explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings permissions: - actions: write - contents: write + actions: read + contents: write # this can be 'read' if the signatures are in remote repository pull-requests: write - statuses: write + statuses: read jobs: CLAAssistant: From 1d79b45370083b4edf918c509299a489f446ef5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Thu, 12 Oct 2023 08:46:43 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28d738fa..48e8df1f 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ on: # explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings permissions: - actions: read + actions: write contents: write # this can be 'read' if the signatures are in remote repository pull-requests: write - statuses: read + statuses: write jobs: CLAAssistant: