azure-devops-python-api
azure-devops-python-api copied to clipboard
PAT token security
Isn't it generally a bad idea to include your PAT token in the file? Even if I am just putting it in for testing, seems ripe for accidentally checking it in to source control. What is the suggestion for a more secure method?
Depends entirely on your deployment environment, some environments allow setting environment variables, then the token will be protected from ending up in version control.