mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-04 18:53:11 +00:00
pass API_TOKEN to query-all-services test
This commit is contained in:
parent
b49b801baa
commit
1008f2aa51
|
@ -86,6 +86,8 @@ steps:
|
||||||
from_secret: USER_PASS
|
from_secret: USER_PASS
|
||||||
TEST_EMAIL_PASS:
|
TEST_EMAIL_PASS:
|
||||||
from_secret: TEST_EMAIL_PASS
|
from_secret: TEST_EMAIL_PASS
|
||||||
|
API_TOKEN:
|
||||||
|
from_secret: USER_PASS
|
||||||
commands:
|
commands:
|
||||||
- dig api.$DOMAIN
|
- dig api.$DOMAIN
|
||||||
- http -v --verify=false --check-status --ignore-stdin GET https://api.$DOMAIN/services/status Authorization:"Bearer $USER_PASS"
|
- http -v --verify=false --check-status --ignore-stdin GET https://api.$DOMAIN/services/status Authorization:"Bearer $USER_PASS"
|
||||||
|
|
Loading…
Reference in a new issue