From 4ceceb85ea19449885c1510856d8097c2b07999f Mon Sep 17 00:00:00 2001 From: TouwfiQ Meghlaoui <51855906+tooinfinity@users.noreply.github.com> Date: Thu, 28 May 2026 02:41:32 +0100 Subject: [PATCH] Update tests.yml to include permissions Add permissions for reading contents in workflow --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb09016..2834305 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 }}