From dcfaedf4260c104cbae99a7000950c8a7ff36320 Mon Sep 17 00:00:00 2001 From: Tim Holm Date: Tue, 5 Oct 2021 13:58:17 +1100 Subject: [PATCH] ci: Remove old submodule checkout secret. --- .github/workflows/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5044cab..6d8bcfb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,8 +17,6 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.1 with: - token: ${{secrets.SUBMOD_PAT}} - submodules: recursive fetch-depth: 0 # needed to retrieve most recent tag - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2