Skip to content

Commit 868399d

Browse files
committed
use auth
1 parent e83796a commit 868399d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
pip install localstack localstack
6161
docker pull localstack/localstack-pro
62-
localstack set-token $LOCALSTACK_AUTH_TOKEN
62+
localstack auth set-token $LOCALSTACK_AUTH_TOKEN
6363
localstack start -d
6464
localstack wait -t 30
6565

0 commit comments

Comments
 (0)