From 554f1b05c741c4c1950e94bbb340dabf590f705e Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Wed, 4 Jun 2025 17:54:17 +0100 Subject: [PATCH 1/2] Use auth token --- .github/workflows/test-appsync-utils.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-appsync-utils.yml b/.github/workflows/test-appsync-utils.yml index 5f1e7da..f4a790b 100644 --- a/.github/workflows/test-appsync-utils.yml +++ b/.github/workflows/test-appsync-utils.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }} + LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_API_KEY }} TEST_IMAGE_NAME: public.ecr.aws/lambda/nodejs:16 jobs: @@ -51,7 +51,7 @@ jobs: image-tag: "latest" use-pro: "true" env: - LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }} + LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }} APPSYNC_JS_LIBS_VERSION: ${{ github.sha }} DEBUG: "1" DISABLE_EVENTS: "1" From c59115837d9b7f653a79522a443b6a0bd823cbe3 Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Wed, 4 Jun 2025 17:58:41 +0100 Subject: [PATCH 2/2] Update test-appsync-utils.yml --- .github/workflows/test-appsync-utils.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-appsync-utils.yml b/.github/workflows/test-appsync-utils.yml index f4a790b..d7139ab 100644 --- a/.github/workflows/test-appsync-utils.yml +++ b/.github/workflows/test-appsync-utils.yml @@ -51,7 +51,7 @@ jobs: image-tag: "latest" use-pro: "true" env: - LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }} + LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_API_KEY }} APPSYNC_JS_LIBS_VERSION: ${{ github.sha }} DEBUG: "1" DISABLE_EVENTS: "1"