From cce922df31c5ce446357d65d556d4c2f3f20c8d3 Mon Sep 17 00:00:00 2001 From: Nicholas Griffin Date: Fri, 24 Nov 2023 12:49:50 +0000 Subject: [PATCH] chore: updating CLA workflows permissions --- .github/workflows/cla.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 62d9ae1..1951995 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -5,6 +5,11 @@ on: pull_request_target: types: [opened,closed,synchronize] +permissions: + contents: write + issues: write + pull-requests: write + jobs: CLAAssistant: runs-on: ubuntu-latest