From 98786e609a5a3850c461cc0bd7fff11ce136dac6 Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Mon, 29 Sep 2025 07:48:55 +0100 Subject: [PATCH] CI: Fix write permissions in format job Fixes #6496 --- .github/workflows/format.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 09677558c..c319c6c14 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -8,6 +8,9 @@ on: branches-ignore: - 'dependabot/**' # Avoid duplicates: only run the PR, not the push +permissions: + contents: write + jobs: format: runs-on: ubuntu-24.04