Skip to content

Commit cee1fb6

Browse files
committed
switch to staging key
1 parent 4ba9d81 commit cee1fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ephemeral.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
"extension-auto-install": "localstack-extension-mailhog",
2626
}
2727
env:
28-
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
28+
LOCALSTACK_API_KEY: ${{ secrets.STAGING_LOCALSTACK_API_KEY }}
2929
GH_ACTION_VERSION: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
3030
PREVIEW_CMD: |-
3131
awslocal s3 mb s3://test-bucket
@@ -77,5 +77,5 @@ jobs:
7777
"state-action": "stop"
7878
}
7979
env:
80-
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
80+
LOCALSTACK_API_KEY: ${{ secrets.STAGING_LOCALSTACK_API_KEY }}
8181
GH_ACTION_VERSION: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)