We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d423871 commit 630f6a7Copy full SHA for 630f6a7
.github/workflows/test-appsync-utils.yml
@@ -10,7 +10,7 @@ on:
10
workflow_dispatch:
11
12
env:
13
- LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
+ LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_API_KEY }}
14
TEST_IMAGE_NAME: public.ecr.aws/lambda/nodejs:16
15
16
jobs:
@@ -51,7 +51,7 @@ jobs:
51
image-tag: "latest"
52
use-pro: "true"
53
54
55
APPSYNC_JS_LIBS_VERSION: ${{ github.sha }}
56
DEBUG: "1"
57
DISABLE_EVENTS: "1"
0 commit comments