Skip to content

Commit 1fde2d2

Browse files
author
Danny McCormick
authored
Remove fake credentials from readme
This is causing some people's cred scanner to go off, we should just remove it since its just an example and doesn't serve too much purpose
1 parent 6dd4628 commit 1fde2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import * as azdev from "azure-devops-node-api";
3333
// your collection url
3434
let orgUrl = "https://dev.azure.com/yourorgname";
3535

36-
let token: string = process.env.AZURE_PERSONAL_ACCESS_TOKEN; // e.g "cbdeb34vzyuk5l4gxc4qfczn3lko3avfkfqyb47etahq6axpcqha";
36+
let token: string = process.env.AZURE_PERSONAL_ACCESS_TOKEN;
3737

3838
let authHandler = azdev.getPersonalAccessTokenHandler(token);
3939
let connection = new azdev.WebApi(orgUrl, authHandler);

0 commit comments

Comments
 (0)