We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83796a commit 868399dCopy full SHA for 868399d
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
pip install localstack localstack
61
docker pull localstack/localstack-pro
62
- localstack set-token $LOCALSTACK_AUTH_TOKEN
+ localstack auth set-token $LOCALSTACK_AUTH_TOKEN
63
localstack start -d
64
localstack wait -t 30
65
0 commit comments