From eb43b66c6200c29ea04db85592c652e8f549031d Mon Sep 17 00:00:00 2001 From: sumansaurabh Date: Thu, 22 Feb 2024 19:39:07 +0530 Subject: [PATCH] fix the name --- src/azure_devops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure_devops.py b/src/azure_devops.py index 3a6f982..8650c39 100644 --- a/src/azure_devops.py +++ b/src/azure_devops.py @@ -118,7 +118,7 @@ async def main(): "Content-Type": "application/json", } data = { - "pat_token": os.getenv("PAT_TOKEN"), # Replace with your PAT token + "api_token": os.getenv("PAT_TOKEN"), # Replace with your PAT token "git_repo": { "repo_name": os.getenv("REPO_NAME"), # Replace with your repository name "org_name": os.getenv("ORG_NAME"), # Replace with your organization name