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