From d6ff7c31646ebc02a40ee6f6bed38a63404160ef Mon Sep 17 00:00:00 2001 From: Jonas Bardino Date: Mon, 16 Mar 2026 12:56:43 +0100 Subject: [PATCH] Sync permissions to be at the top with a comment. --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5e3f142c..b61db0784 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,10 @@ name: Continuous Integration +# No need for more than read permission +permissions: + contents: read + on: # Triggers the workflow on push or pull request events but only for this git branch push: @@ -57,9 +61,6 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -permissions: - contents: read - jobs: # NOTE: We rely on containers for everything to get version consistency python3-latest: