From 1a2da08f155808262c1f7634d81f5cd7b35d2627 Mon Sep 17 00:00:00 2001 From: Carlos Zamora Date: Tue, 23 Nov 2021 16:13:41 -0500 Subject: [PATCH] add client secret --- build/pipelines/fuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/fuzz.yml b/build/pipelines/fuzz.yml index 5b2ed0521..aa455481f 100644 --- a/build/pipelines/fuzz.yml +++ b/build/pipelines/fuzz.yml @@ -47,7 +47,7 @@ stages: - bash: | set -ex pip -q install onefuzz - onefuzz config --endpoint $(endpoint) --client_id $(client_id) --authority $(authority) --tenant_domain $(tenant_domain) + onefuzz config --endpoint $(endpoint) --client_id $(client_id) --authority $(authority) --tenant_domain $(tenant_domain) --client_secret $(client_secret) sed -i s/INSERT_PAT_HERE/${ado_pat}/ build/Fuzz/notifications-ado.json sed -i s/INSERT_ASSIGNED_HERE/${ado_assigned_to}/ build/Fuzz/notifications-ado.json displayName: Configure OneFuzz