Skip to content

Commit 630f6a7

Browse files
authored
Use auth token (#123)
1 parent d423871 commit 630f6a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-appsync-utils.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
13+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_API_KEY }}
1414
TEST_IMAGE_NAME: public.ecr.aws/lambda/nodejs:16
1515

1616
jobs:
@@ -51,7 +51,7 @@ jobs:
5151
image-tag: "latest"
5252
use-pro: "true"
5353
env:
54-
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
54+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_API_KEY }}
5555
APPSYNC_JS_LIBS_VERSION: ${{ github.sha }}
5656
DEBUG: "1"
5757
DISABLE_EVENTS: "1"

0 commit comments

Comments
 (0)