Fix password manager typo (#102)
iinuwa committed
Apr 20, 2022 at 12:20 UTC
061eb1fe28f25d782e9f2820549fe982d0227374
1 file changed
+1
-1
content/integrations/integrating-npm-with-external-services/using-private-packages-in-a-ci-cd-workflow.mdx
+1
-1
@@ -85,6 +85,6 @@ Use a project-specific `.npmrc` file with a variable for your token to securely
85
86
Your token may have permission to read private packages, publish new packages on your behalf, or change user or package settings. Protect your token.
87
88
-Do not add your token to version control or store it insecurely. Store it in a package manager, your cloud provider's secure storage, or your CI/CD provider's secure storage.
88
+Do not add your token to version control or store it insecurely. Store it in a password manager, your cloud provider's secure storage, or your CI/CD provider's secure storage.
89
90
[create-token]: creating-and-viewing-access-tokens