We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba9d81 commit cee1fb6Copy full SHA for cee1fb6
.github/workflows/ephemeral.yml
@@ -25,7 +25,7 @@ jobs:
25
"extension-auto-install": "localstack-extension-mailhog",
26
}
27
env:
28
- LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
+ LOCALSTACK_API_KEY: ${{ secrets.STAGING_LOCALSTACK_API_KEY }}
29
GH_ACTION_VERSION: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
30
PREVIEW_CMD: |-
31
awslocal s3 mb s3://test-bucket
@@ -77,5 +77,5 @@ jobs:
77
"state-action": "stop"
78
79
80
81
0 commit comments