From 8fa058ff7f65677acf7f1a0ce2ffafb3a164448b Mon Sep 17 00:00:00 2001 From: yochail Date: Sun, 11 Feb 2024 18:06:56 -0500 Subject: [PATCH] add azure devops pat to secret template config --- pr_agent/settings/.secrets_template.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pr_agent/settings/.secrets_template.toml b/pr_agent/settings/.secrets_template.toml index b5ce13b6..8735d962 100644 --- a/pr_agent/settings/.secrets_template.toml +++ b/pr_agent/settings/.secrets_template.toml @@ -77,8 +77,13 @@ base_url = "" [litellm] LITELLM_TOKEN = "" # see https://docs.litellm.ai/docs/debugging/hosted_debugging for details and instructions on how to get a token +[azure_devops] +# For Azure devops personal access token +org = "" +pat = "" + [azure_devops_server] # For Azure devops Server basic auth - configured in the webhook creation # Optional, uncomment if you want to use Azure devops webhooks. Value assinged when you create the webhook # webhook_username = "" -# webhook_password = "" \ No newline at end of file +# webhook_password = ""