handles empty token fine

This commit is contained in:
David Holdeman 2023-07-12 22:43:14 -05:00
parent 590f0ba21b
commit e0efadb918
No known key found for this signature in database
GPG Key ID: DBEE6FCFCC9DD9A6
1 changed files with 1 additions and 4 deletions

View File

@ -10,10 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
# MY_REPO_PAT is about accessing private submodules
# todo: how do we use same script both with and without MY_REPO_PAT? would two conditional versions of 'uses: actions/checkout@v2' be needed?
# https://stackoverflow.com/questions/72781712/how-to-add-private-git-repo-as-a-submodule-in-another-git-repo:
# token: ${{ secrets.MY_REPO_PAT }}
token: ${{ secrets.MY_REPO_PAT }}
submodules: recursive
- name: Install kicad