diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index eac2ded..54b6f7c 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -20,5 +20,5 @@ jobs: - name: pre-commit uses: liblaf/template/.github/actions/pre-commit@main with: - autofix: ${{ ! github.ref_protected }} + autofix: true token: ${{ secrets.GH_TOKEN }}