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 3bae285 commit 67a0e84Copy full SHA for 67a0e84
.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_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
+ LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
0 commit comments