To enable Github security dependency analysis feature 'Dependabot' we need to remove the Github secrets tokens so Dependabot can run when making a PR with updated dependencies.
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{secrets.SUB_MODULE_PAT}}
submodules: recursive