From d968e33cd615eeb74f084b00e781e9ebd1301ff6 Mon Sep 17 00:00:00 2001 From: Vlad Gramuzov Date: Thu, 28 Nov 2024 00:48:02 +0100 Subject: [PATCH] update test workflow --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 49ef2bd..16b8be4 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -61,7 +61,7 @@ jobs: - name: Prepare LocalStack env: API_ENDPOINT: 'https://api.staging.aws.localstack.cloud/v1' - LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }} + LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_API_KEY }} run: | localstack extensions dev enable ./localstack-ci-extension @@ -72,7 +72,7 @@ jobs: DOCKER_FLAGS: -e API_ENDPOINT=https://api.staging.aws.localstack.cloud/v1 API_ENDPOINT: 'https://api.staging.aws.localstack.cloud/v1' EXTENSION_DEV_MODE: 1 - LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }} + LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_API_KEY }} LOCALSTACK_PROJECT_ID: ${{ secrets.LOCALSTACK_PROJECT_ID }} LOCALSTACK_PIPELINE_ID: ${{ secrets.LOCALSTACK_PIPELINE_ID }} run: |