From 63dedac25527bea2fdcc158ca11e547ad1724fb0 Mon Sep 17 00:00:00 2001 From: Pepijn Date: Wed, 8 Apr 2026 19:19:31 +0200 Subject: [PATCH] fix(ci): downgrade contents permission to read in claude.yml Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ae66cb184..bca281aa9 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -27,7 +27,7 @@ jobs: (github.event.issue.author_association == 'OWNER' || github.event.issue.author_association == 'MEMBER' || github.event.issue.author_association == 'COLLABORATOR')) runs-on: ubuntu-latest permissions: - contents: write + contents: read pull-requests: write issues: write id-token: write