From c32240a362ba83fc8a72ec66c4ad48eaa14758c8 Mon Sep 17 00:00:00 2001 From: Arpit Jain Date: Tue, 2 Jun 2026 10:01:17 +0900 Subject: [PATCH] chore(ci): set permissions on test-features workflow Set an explicit least-privilege permissions block so the workflow GITHUB_TOKEN is scoped to contents: read instead of inheriting the repository default. Signed-off-by: Arpit Jain --- .github/workflows/test-features.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-features.yaml b/.github/workflows/test-features.yaml index 153b384..05d99f2 100644 --- a/.github/workflows/test-features.yaml +++ b/.github/workflows/test-features.yaml @@ -6,6 +6,9 @@ on: pull_request: workflow_dispatch: +permissions: + contents: read + jobs: test-autogenerated: runs-on: ubuntu-latest