fix: use SSH deploy key for private verific submodule checkout

Made-with: Cursor
This commit is contained in:
Akash Levy 2026-02-28 12:05:26 -08:00
parent 2c1d160930
commit 44beeb5213
1 changed files with 6 additions and 1 deletions

View File

@ -18,7 +18,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
submodules: false
ssh-key: ${{ secrets.VERIFIC_DEPLOY_KEY }}
- name: Initialize submodules
run: |
git submodule update --init --recursive
- name: Build wheel in Alpine container
run: |