Skip to content

Commit a66185c

Browse files
author
Rami Bououni
committed
build
1 parent 64fe323 commit a66185c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/artifacts/includes/npm/npmrc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ms.date: 09/11/2023
7373
```
7474
7575
> [!NOTE]
76-
> As of July 2024, Azure DevOps Personal Access Tokens (PATs) are [82 characters long](../../organizations/accounts/use-personal-access-tokens-to-authenticate.md#changes-to-format). Some tools may insert automatic line breaks when encoding tokens to Base64. To avoid this, use the `-w0` flag with the *base64* command to ensure the output stays on a single line.
76+
> As of July 2024, Azure DevOps Personal Access Tokens (PATs) are [82 characters long](../../../organizations/accounts/use-personal-access-tokens-to-authenticate.md#changes-to-format). Some tools may insert automatic line breaks when encoding tokens to Base64. To avoid this, use the `-w0` flag with the *base64* command to ensure the output stays on a single line.
7777
> In this tutorial, we use Node’s Buffer method, which produces a single-line *Base64* string by default.
7878
7979
1. Open your `.npmrc` file and replace the placeholder `[BASE64_ENCODED_PERSONAL_ACCESS_TOKEN]` with your encoded personal access token you just created.

0 commit comments

Comments
 (0)