From c7023a309306d84694433d114199347364b91194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Thu, 12 Oct 2023 08:41:42 +0200 Subject: [PATCH] Update cla.yml permissions --- .github/workflows/cla.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 5af9a34..a968652 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -6,10 +6,10 @@ on: types: [opened, closed, synchronize] permissions: - actions: read + actions: write contents: read pull-requests: write - statuses: read + statuses: write jobs: ContributorLicenseAgreement: