From 37ede737147329fa39cb561b0916809202780615 Mon Sep 17 00:00:00 2001 From: Kev Date: Wed, 14 Feb 2024 21:41:04 -0500 Subject: [PATCH] Fix Lint Workflow --- .github/workflows/lint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'