File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 94
94
if : ${{ ! github.event.pull_request.head.repo.fork }}
95
95
run : |
96
96
# create an extension with default parameters (enter all new lines to use defaults)
97
- printf "\n\n\n\n\n\n\n\n\n" | LOCALSTACK_API_KEY =${{ secrets.TEST_LOCALSTACK_API_KEY }} DEBUG=1 ./dist-bin/localstack extensions dev new
97
+ printf "\n\n\n\n\n\n\n\n\n" | LOCALSTACK_AUTH_TOKEN =${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }} DEBUG=1 ./dist-bin/localstack extensions dev new
98
98
# print the directory output
99
99
ls -al my-localstack-extension
100
100
# remove it again
@@ -133,12 +133,6 @@ jobs:
133
133
# Pull images to avoid making smoke tests vulnerable to system behavior (docker pull speed)
134
134
docker pull localstack/localstack-pro
135
135
cd dist-bin
136
- # start pro with an API key (legacy)
137
- LOCALSTACK_API_KEY=${{ secrets.TEST_LOCALSTACK_API_KEY }} ./localstack start -d
138
- ./localstack wait -t 180
139
- ./localstack status services --format plain
140
- ./localstack status services --format plain | grep "xray=available"
141
- ./localstack stop
142
136
# start pro with an auth token and extensions dev mode (see issue #20)
143
137
LOCALSTACK_AUTH_TOKEN=${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }} EXTENSION_DEV_MODE=1 ./localstack start -d
144
138
./localstack wait -t 180
You can’t perform that action at this time.
0 commit comments