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 84ff9af commit 10bba6eCopy full SHA for 10bba6e
.github/workflows/preview_create.yml
@@ -29,12 +29,8 @@ jobs:
29
pip install awscli-local
30
31
- name: Deploy Preview
32
- uses: LocalStack/setup-localstack@v0.2.4
+ uses: LocalStack/setup-localstack@main
33
env:
34
- AWS_DEFAULT_REGION: us-east-1
35
- AWS_REGION: us-east-1
36
- AWS_ACCESS_KEY_ID: test
37
- AWS_SECRET_ACCESS_KEY: test
38
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
39
with:
40
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments