From 56173ab5e8de7f7b155fc15563dc026209a50ba7 Mon Sep 17 00:00:00 2001 From: Arpit Jain Date: Tue, 26 May 2026 07:54:06 +0900 Subject: [PATCH] ci(test-python): cap GITHUB_TOKEN to contents: read test-python workflow runs Python tests; no GitHub API writes. Signed-off-by: Arpit Jain --- .github/workflows/test-python.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 1806711fc..fdfa2bf0d 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -17,6 +17,9 @@ defaults: working-directory: ./bindings/python shell: bash -eux {0} +permissions: + contents: read + jobs: static: