diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 5421e5e..eac2ded 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.GH_TOKEN }} - name: pre-commit uses: liblaf/template/.github/actions/pre-commit@main with: