Skip to content

Commit 67a0e84

Browse files
authored
Update preview.yml
1 parent 3bae285 commit 67a0e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id');
3232
echo LS_PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/ >> $GITHUB_ENV;
3333
env:
34-
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
34+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}

0 commit comments

Comments
 (0)