Skip to content

Commit 1cbaaea

Browse files
authored
revamp the github action workflow
1 parent 08006d1 commit 1cbaaea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
pip install requests boto3 pytest localstack-sdk-python
4444
4545
- name: Start LocalStack
46-
uses: LocalStack/[email protected].3
46+
uses: LocalStack/[email protected].4
4747
with:
4848
image-tag: 'latest'
4949
use-pro: 'true'
5050
configuration: LS_LOG=trace
5151
install-awslocal: 'true'
5252
env:
53-
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
53+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
5454

5555
- name: Deploy infrastructure
5656
run: |

0 commit comments

Comments
 (0)