Skip to content

Commit ff9eaad

Browse files
committed
use staging key for calls
1 parent 00d23e1 commit ff9eaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ephemeral.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
"extension-auto-install": "localstack-extension-mailhog",
2525
}
2626
env:
27-
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
27+
LOCALSTACK_API_KEY: ${{ secrets.STAGING_LOCALSTACK_API_KEY }}
2828
GH_ACTION_VERSION: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
2929
PREVIEW_CMD: |-
3030
awslocal s3 mb s3://test-bucket

0 commit comments

Comments
 (0)