Skip to content

Commit 4f3328e

Browse files
committed
fix integration test with auth token
1 parent 1db5982 commit 4f3328e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,15 @@ jobs:
5050
pip install -r requirements-dev.txt
5151
5252
- name: Start LocalStack
53-
uses: LocalStack/[email protected].2
53+
uses: LocalStack/[email protected].4
5454
with:
5555
image-tag: 'latest'
5656
use-pro: 'true'
5757
configuration: LS_LOG=trace
5858
install-awslocal: 'true'
5959
env:
60-
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
60+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
61+
6162
- name: Build lambdas
6263
run: |
6364
bin/build_lambdas.sh

0 commit comments

Comments
 (0)