From b09ca756695e1e9695e76d84bf26c4cd64fb6bc9 Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Tue, 27 Feb 2024 10:39:45 +0100 Subject: [PATCH] Added docker creds --- .github/workflows/integration-tests-smoke.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests-smoke.yml b/.github/workflows/integration-tests-smoke.yml index 4f1da6d5a..8ede0208a 100644 --- a/.github/workflows/integration-tests-smoke.yml +++ b/.github/workflows/integration-tests-smoke.yml @@ -178,6 +178,7 @@ jobs: test_download_vendor_packages_command: cd integration-tests && nix develop -c go mod download cl_repo: ${{ env.CL_ECR }} cl_image_tag: starknet.${{ github.sha }}${{ matrix.image.tag-suffix }} + aws_registries: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }} token: ${{ secrets.GITHUB_TOKEN }} go_mod_path: ./integration-tests/go.mod QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}