mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +01:00
Auto merge of #24662 - servo:tc-urls, r=jdm
Run a decision task on both TC deployments
This commit is contained in:
commit
748f10dfc3
6 changed files with 25 additions and 27 deletions
|
@ -591,7 +591,7 @@ class PackageCommands(CommandBase):
|
|||
def get_taskcluster_secret(name):
|
||||
url = (
|
||||
os.environ.get("TASKCLUSTER_PROXY_URL", "http://taskcluster") +
|
||||
"/secrets/v1/secret/project/servo/" +
|
||||
"/api/secrets/v1/secret/project/servo/" +
|
||||
name
|
||||
)
|
||||
return json.load(urllib.request.urlopen(url))["secret"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue