Skip to content

Commit

Permalink
Add token variable to submodule checkout (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Feb 19, 2023
1 parent a3c4b76 commit 443bcda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
required: false
type: string
default: ''
secrets:
GIT_TOKEN_BASIC:
required: false
default: null
jobs:

# -------------------------------------------------------------------------------------------------------------------
Expand All @@ -30,6 +34,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.GIT_TOKEN_BASIC }}

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 443bcda

Please sign in to comment.