From d5983c03e465bf8a6703e4c7789061dc71c3e7f1 Mon Sep 17 00:00:00 2001 From: chris48s Date: Thu, 12 Oct 2023 20:24:24 +0100 Subject: [PATCH] don't pass token to pre-commit --- .../.github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/{{ cookiecutter.__project_name_kebab }}/.github/workflows/test.yml b/{{ cookiecutter.__project_name_kebab }}/.github/workflows/test.yml index dc3c668..5b982a6 100644 --- a/{{ cookiecutter.__project_name_kebab }}/.github/workflows/test.yml +++ b/{{ cookiecutter.__project_name_kebab }}/.github/workflows/test.yml @@ -27,8 +27,6 @@ jobs: with: python-version: '3.8' - uses: pre-commit/action@v3.0.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} test-sqlite: runs-on: ubuntu-latest