mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix doc build.
This commit is contained in:
parent
9e928a487e
commit
4547a17121
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ def upload_docs():
|
||||||
.with_features("taskclusterProxy")
|
.with_features("taskclusterProxy")
|
||||||
.with_scopes("secrets:get:project/servo/doc.servo.org")
|
.with_scopes("secrets:get:project/servo/doc.servo.org")
|
||||||
.with_env(PY="""if 1:
|
.with_env(PY="""if 1:
|
||||||
import urllib, json, os
|
import urllib.request, json, os
|
||||||
root_url = os.environ["TASKCLUSTER_PROXY_URL"]
|
root_url = os.environ["TASKCLUSTER_PROXY_URL"]
|
||||||
url = root_url + "/api/secrets/v1/secret/project/servo/doc.servo.org"
|
url = root_url + "/api/secrets/v1/secret/project/servo/doc.servo.org"
|
||||||
token = json.load(urllib.request.urlopen(url))["secret"]["token"]
|
token = json.load(urllib.request.urlopen(url))["secret"]["token"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue