From b927ada4dc389415c407e5b054cb41808e9f0c47 Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Tue, 29 Apr 2025 12:20:09 +0800 Subject: [PATCH] try agiain 3 --- .github/workflows/style.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 5b5ed69aee..940bc5eb84 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -9,6 +9,10 @@ concurrency: group: style-${{ github.head_ref || github.run_id }} cancel-in-progress: true +permissions: + checks: write + + jobs: python-style: name: Python Style @@ -171,6 +175,7 @@ jobs: uses: super-linter/super-linter/slim@v7 env: DEFAULT_BRANCH: main + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} IGNORE_GENERATED_FILES: true IGNORE_GITIGNORED_FILES: true # EditorConfig validation