From 0703e707555b1883e917b112640255047df471aa Mon Sep 17 00:00:00 2001 From: Karl Pietri Date: Thu, 24 Sep 2026 13:04:56 -0400 Subject: [PATCH] Add explicit token permissions to CLA workflow Co-Authored-By: Claude Opus 5.5 --- .github/workflows/cla.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index c0e1544..0639336 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -6,6 +6,13 @@ on: pull_request_target: types: [opened,closed,synchronize] +# explicit so the bot works regardless of the repo's default workflow token permissions +permissions: + actions: write + contents: read + pull-requests: write + statuses: write + jobs: cla-check: runs-on: ubuntu-latest