We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd4628 commit 1fde2d2Copy full SHA for 1fde2d2
README.md
@@ -33,7 +33,7 @@ import * as azdev from "azure-devops-node-api";
33
// your collection url
34
let orgUrl = "https://dev.azure.com/yourorgname";
35
36
-let token: string = process.env.AZURE_PERSONAL_ACCESS_TOKEN; // e.g "cbdeb34vzyuk5l4gxc4qfczn3lko3avfkfqyb47etahq6axpcqha";
+let token: string = process.env.AZURE_PERSONAL_ACCESS_TOKEN;
37
38
let authHandler = azdev.getPersonalAccessTokenHandler(token);
39
let connection = new azdev.WebApi(orgUrl, authHandler);
0 commit comments