diff --git a/automation/taskcluster/decision_task.py b/automation/taskcluster/decision_task.py index 16cdb7f2e..409ee6efd 100644 --- a/automation/taskcluster/decision_task.py +++ b/automation/taskcluster/decision_task.py @@ -47,7 +47,7 @@ BUILDER = TaskBuilder( scheduler_id=os.environ.get('SCHEDULER_ID', 'taskcluster-github'), tasks_priority=os.environ.get('TASKS_PRIORITY'), date_string=os.environ.get('BUILD_DATE'), - trust_level=os.environ.get('TRUST_LEVEL'), + trust_level=int(os.environ.get('TRUST_LEVEL')), )