From 9619f6ea87d725c2acddabbd79d6dd96df66d43e Mon Sep 17 00:00:00 2001 From: Tadeas Kriz Date: Mon, 4 Sep 2023 16:34:07 -0400 Subject: [PATCH] Add token to load acceptance tests submodule. --- .github/workflows/smoke-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 030f38131..9bfeead58 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -54,6 +54,9 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v3 + with: + submodules: true + token: ${{ secrets.ACCEPTANCE_TESTS_TOKEN }} - name: Prepare Worker uses: ./.github/actions/prepare-worker - name: Run Acceptance Tests