mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Use the Taskcluster proxy URL provided by the worker
This commit is contained in:
parent
e89fddf3f0
commit
75b67a63e6
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ class PackageCommands(CommandBase):
|
|||
import boto3
|
||||
|
||||
def get_taskcluster_secret(name):
|
||||
url = "http://taskcluster/secrets/v1/secret/project/servo/" + name
|
||||
url = os.environ["TASKCLUSTER_PROXY_URL"] "/secrets/v1/secret/project/servo/" + name
|
||||
return json.load(urllib.urlopen(url))["secret"]
|
||||
|
||||
def get_s3_secret():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue