We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad85fc commit 3de8494Copy full SHA for 3de8494
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Nodejs
31
uses: actions/setup-node@v3
32
with:
33
- node-version: 14
+ node-version: 18
34
35
- name: Install dependencies
36
run: |
README.md
@@ -33,10 +33,10 @@ We are using the following AWS services and third-party integrations to build ou
- [`cURL`](https://curl.se/)
- [`wscat`](https://github.com/websockets/wscat)
-Start LocalStack Pro with the `LOCALSTACK_API_KEY` pre-configured:
+Start LocalStack Pro with the `LOCALSTACK_AUTH_TOKEN` pre-configured:
37
38
```sh
39
-export LOCALSTACK_API_KEY=<your-api-key>
+export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
40
localstack start
41
```
42
0 commit comments