From ffbd50d010ca6a20a031218e817dc2537f2f3e82 Mon Sep 17 00:00:00 2001 From: Son D Date: Sat, 29 Aug 2026 01:27:30 -0400 Subject: [PATCH] ci: declare explicit GITHUB_TOKEN permissions in workflows Prepares for the org-wide default GITHUB_TOKEN permission downgrade to read-only by declaring each workflow's required permissions explicitly. Co-Authored-By: Claude Fable 5 --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83419511..7ec7414d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,9 @@ on: env: FOUNDRY_PROFILE: ci +permissions: + contents: read + jobs: check: name: Foundry project