Auto merge of #25943 - servo:jdm-patch-40, r=Manishearth

Add cert scope to UWP nightly build task.
This commit is contained in:
bors-servo 2020-03-10 19:52:21 -04:00 committed by GitHub
commit dd6699c49c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -343,7 +343,10 @@ def uwp_nightly():
windows_build_task("Nightly UWP build and upload", package=False)
.with_treeherder("Windows x64", "UWP-Nightly")
.with_features("taskclusterProxy")
.with_scopes("secrets:get:project/servo/s3-upload-credentials")
.with_scopes(
"secrets:get:project/servo/s3-upload-credentials",
"secrets:get:project/servo/windows-codesign-cert/latest",
)
.with_script(
"python mach build --release --target=x86_64-uwp-windows-msvc",
"python mach build --release --target=aarch64-uwp-windows-msvc",