Skip to content

Commit bd982a1

Browse files
committed
use token in ci
1 parent 69d1eac commit bd982a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
run: |
6060
pip install localstack awscli-local[ver1]
6161
docker pull localstack/localstack-pro
62-
localstack start -d --image localstack/localstack-pro
62+
localstack set-token $LOCALSTACK_AUTH_TOKEN
63+
localstack start -d
6364
localstack wait -t 30
6465
6566
- name: Run Lint and Test

0 commit comments

Comments
 (0)