From abdd4d90812e31b9f9988d9627dab83b295180d7 Mon Sep 17 00:00:00 2001 From: Stefan Kert Date: Tue, 16 Jul 2024 16:14:06 +0200 Subject: [PATCH] Update cla.yml Fixed cla.yml since it broke most PRs --- .github/workflows/cla.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 0c71a89f7..e931ba997 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -5,6 +5,12 @@ on: pull_request_target: types: [opened,closed,synchronize] +permissions: + id-token: write + contents: read + issues: write + pull-requests: write + jobs: CLAAssistant: runs-on: ubuntu-latest