Skip to content

Commit

Permalink
fix the name
Browse files Browse the repository at this point in the history
  • Loading branch information
sumansaurabh committed Feb 22, 2024
1 parent 7160bc3 commit eb43b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure_devops.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb43b66

Please sign in to comment.