From 21d32b287dba0ca1604923ab0582547f055f1511 Mon Sep 17 00:00:00 2001 From: Nicholas Griffin Date: Fri, 24 Nov 2023 12:54:45 +0000 Subject: [PATCH] chore(ci): updating cla workflow permissions --- .github/workflows/cla.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index f4e043e..3d9c0f0 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