Skip to content

Commit d4a5194

Browse files
committed
fix(kms-connector): add submodule checkout independent
1 parent bd2cad8 commit d4a5194

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/kms-connector-common-testing.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,10 @@ jobs:
8888
steps:
8989
- name: Checkout Project
9090
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
91+
with:
92+
submodules: true
93+
token: ${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
9194

92-
- name: Checkout submodules
93-
env:
94-
GITHUB_TOKEN: ${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
95-
run: git submodule update --init --recursive
9695

9796
# LFS files are needed for backward compatibility tests
9897
# Install git LFS before checkout does not seem possible on our self-hosted runners, so we

0 commit comments

Comments
 (0)