mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00
add azure devops pat to secret template config
This commit is contained in:
@ -77,8 +77,13 @@ base_url = ""
|
|||||||
[litellm]
|
[litellm]
|
||||||
LITELLM_TOKEN = "" # see https://docs.litellm.ai/docs/debugging/hosted_debugging for details and instructions on how to get a token
|
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]
|
[azure_devops_server]
|
||||||
# For Azure devops Server basic auth - configured in the webhook creation
|
# 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
|
# Optional, uncomment if you want to use Azure devops webhooks. Value assinged when you create the webhook
|
||||||
# webhook_username = "<basic auth user>"
|
# webhook_username = "<basic auth user>"
|
||||||
# webhook_password = "<basic auth password>"
|
# webhook_password = "<basic auth password>"
|
||||||
|
Reference in New Issue
Block a user