From fb9332e4440f4a3c98ad13bd9fcea13ca323e7f1 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Wed, 13 May 2026 02:29:45 +0100 Subject: [PATCH] chore: scope GITHUB_TOKEN to contents: read in workflows --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d0da95f7..5d6cc300 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,6 +2,9 @@ name: Tests on: ['push', 'pull_request'] +permissions: + contents: read + jobs: ci: runs-on: ${{ matrix.os }}