File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 36
36
- name : Set SPP_PLATFORM_HOST
37
37
run : SPP_PLATFORM_HOST=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aqf "name=spp-platform")) && echo "SPP_PLATFORM_HOST=$SPP_PLATFORM_HOST" >> $GITHUB_ENV
38
38
- name : Set SPP_JWT_TOKEN
39
- run : until $(curl --output /dev/null --silent --fail http://localhost:12800/api/new-token?access_token =change-me); do printf '.'; sleep 5; done && SPP_JWT_TOKEN=$(curl http://localhost:12800/api/new-token?access_token =change-me) && echo "SPP_JWT_TOKEN=$SPP_JWT_TOKEN" >> $GITHUB_ENV
39
+ run : until $(curl --output /dev/null --silent --fail http://localhost:12800/api/new-token?authorization_code =change-me); do printf '.'; sleep 5; done && SPP_JWT_TOKEN=$(curl http://localhost:12800/api/new-token?authorization_code =change-me) && echo "SPP_JWT_TOKEN=$SPP_JWT_TOKEN" >> $GITHUB_ENV
40
40
41
41
- name : Wait for platform
42
42
run : |
You can’t perform that action at this time.
0 commit comments