Skip to content

Commit 73e081b

Browse files
authored
Merge pull request #44 from nitrictech/feature/ci-cleanup
Remove old submodule checkout secret
2 parents 7d76a1b + dcfaedf commit 73e081b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v2.3.1
1919
with:
20-
token: ${{secrets.SUBMOD_PAT}}
21-
submodules: recursive
2220
fetch-depth: 0 # needed to retrieve most recent tag
2321
- name: Set up Python ${{ matrix.python-version }}
2422
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)