Skip to content

Commit

Permalink
SSh key for submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
movchan74 committed Oct 27, 2023
1 parent e03b142 commit 7a64fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'recursive' # Fetches all submodules recursively
ssh-key: ${{ secrets.GH_MOBIUS_PIPELINE_KEY }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 7a64fed

Please sign in to comment.