From bd6072f2c3b7724d44facefa7fc84e7e1c682677 Mon Sep 17 00:00:00 2001 From: Gus Rivera Date: Wed, 4 Dec 2024 16:01:09 -0600 Subject: [PATCH] Adding actions:write to cla assistant workflow --- .github/workflows/cla-assistant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla-assistant.yaml b/.github/workflows/cla-assistant.yaml index ffba4a7f342ca..43f75821cbd56 100644 --- a/.github/workflows/cla-assistant.yaml +++ b/.github/workflows/cla-assistant.yaml @@ -9,7 +9,7 @@ on: - synchronize # Run on any diff changes to the PR (e.g. code updates) # explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings permissions: - actions: read + actions: write # needed so that issue comments can rerun status check contents: read # this can be 'read' if the signatures are in remote repository pull-requests: write jobs: