Skip to content

Commit 2a1def5

Browse files
committed
fix the preview workflow
1 parent 5978d86 commit 2a1def5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/preview_create.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- ./*.md
88
- LICENSE
99
- .circleci/*
10-
- .gitlab-ci.yml
1110

1211
jobs:
1312
test:
@@ -30,13 +29,13 @@ jobs:
3029
pip install awscli-local
3130
3231
- name: Deploy Preview
33-
uses: LocalStack/[email protected].2
32+
uses: LocalStack/[email protected].4
3433
env:
3534
AWS_DEFAULT_REGION: us-east-1
3635
AWS_REGION: us-east-1
3736
AWS_ACCESS_KEY_ID: test
3837
AWS_SECRET_ACCESS_KEY: test
39-
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
38+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
4039
with:
4140
github-token: ${{ secrets.GITHUB_TOKEN }}
4241
state-backend: ephemeral
@@ -46,4 +45,4 @@ jobs:
4645
preview-cmd: |
4746
# Add your custom deployment commands here.
4847
# Below is an example for the Image resizer application.
49-
bin/build_lambdas.sh && deployment/awslocal/deploy.sh
48+
bin/build_lambdas.sh && deployment/awslocal/deploy.sh

0 commit comments

Comments
 (0)