From 2c9dd2f444ab0a0096069420bd7c0ff500c5a32f Mon Sep 17 00:00:00 2001 From: julpe Date: Mon, 29 Jun 2026 15:05:08 +0200 Subject: [PATCH] CI is now only permitted to read repo details. --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 19ebd401..ac4a887e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,6 +7,9 @@ on: branches: [ main ] workflow_dispatch: +permissions: + contents: read + jobs: test: name: Test on ${{ matrix.os }} / Python ${{ matrix.python-version }}