We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c1a06 commit 882d09cCopy full SHA for 882d09c
.github/workflows/preview.yml
@@ -31,4 +31,4 @@ jobs:
31
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id');
32
echo LS_PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/ >> $GITHUB_ENV;
33
env:
34
- LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
+ LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
0 commit comments