We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08006d1 commit 1cbaaeaCopy full SHA for 1cbaaea
1 file changed
.github/workflows/integration-test.yml
@@ -43,14 +43,14 @@ jobs:
43
pip install requests boto3 pytest localstack-sdk-python
44
45
- name: Start LocalStack
46
- uses: LocalStack/setup-localstack@v0.2.3
+ uses: LocalStack/setup-localstack@v0.2.4
47
with:
48
image-tag: 'latest'
49
use-pro: 'true'
50
configuration: LS_LOG=trace
51
install-awslocal: 'true'
52
env:
53
- LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
+ LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
54
55
- name: Deploy infrastructure
56
run: |
0 commit comments