CI: Fix write permissions in format job

Fixes #6496
This commit is contained in:
Geza Lore 2025-09-29 07:48:55 +01:00
parent 5a5c38e478
commit 98786e609a
1 changed files with 3 additions and 0 deletions

View File

@ -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