diff --git a/automation/taskcluster/decision_task_nightly.py b/automation/taskcluster/decision_task_nightly.py index 4a3d6652f..460e523af 100644 --- a/automation/taskcluster/decision_task_nightly.py +++ b/automation/taskcluster/decision_task_nightly.py @@ -65,7 +65,8 @@ def generate_build_task(apks, is_staging): scopes=[ "secrets:get:{}".format(sentry_secret), "secrets:get:{}".format(leanplum_secret) - ] + ], + routes=["notify.email.fenix-eng-notifications@mozilla.com.on-failed"] )