From 676340e3fa160308d407645dcef420e2279eab1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:57:25 +0000 Subject: [PATCH] ci: sync with template repository --- .github/workflows/pre-commit.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: