diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 09b32b9..b8c6e3a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,6 +3,9 @@ name: "Lint" on: push: pull_request: + +permissions: + contents: write jobs: ruff: @@ -30,4 +33,4 @@ jobs: - name: "Auto Commit" uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: - commit_message: 'style fixes by ruff' \ No newline at end of file + commit_message: 'style fixes by ruff'