We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2cad8 commit d4a5194Copy full SHA for d4a5194
1 file changed
.github/workflows/kms-connector-common-testing.yml
@@ -88,11 +88,10 @@ jobs:
88
steps:
89
- name: Checkout Project
90
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
91
+ with:
92
+ submodules: true
93
+ token: ${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
94
- - name: Checkout submodules
- env:
- GITHUB_TOKEN: ${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
95
- run: git submodule update --init --recursive
96
97
# LFS files are needed for backward compatibility tests
98
# Install git LFS before checkout does not seem possible on our self-hosted runners, so we
0 commit comments