diff options
Diffstat (limited to 'etc/taskcluster/decision_task.py')
-rw-r--r-- | etc/taskcluster/decision_task.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 38107fda1a2..10006c9cff3 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -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", |