diff --git a/.github/workflows/source-vendor.yml b/.github/workflows/source-vendor.yml index 4dddb9a20..fcff8f241 100644 --- a/.github/workflows/source-vendor.yml +++ b/.github/workflows/source-vendor.yml @@ -9,7 +9,8 @@ jobs: - name: Checkout repository with submodules uses: actions/checkout@v4 with: - submodules: 'recursive' + submodules: true + ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Create clean tarball run: |