From 695f50ec5e3cd326fe8cb4a86fc40b5def4a6e69 Mon Sep 17 00:00:00 2001 From: funyin Date: Fri, 1 Dec 2023 12:26:54 +0100 Subject: [PATCH] removed unused --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8543a0f..6130df1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - token: ${{ secrets.STANDARDS_TOKEN }} +# with: +# token: ${{ secrets.STANDARDS_TOKEN }} # - name: Set up Python 3.10 # uses: actions/setup-python@v4 # with: