Skip to content

Commit 10bba6e

Browse files
committed
fix
1 parent 84ff9af commit 10bba6e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/preview_create.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ jobs:
2929
pip install awscli-local
3030
3131
- name: Deploy Preview
32-
uses: LocalStack/setup-localstack@v0.2.4
32+
uses: LocalStack/setup-localstack@main
3333
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
3834
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
3935
with:
4036
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)