From e939300d47b2e6f766158762a6751a9ed074b152 Mon Sep 17 00:00:00 2001 From: Jeongmin Lee Date: Wed, 29 Jan 2025 00:13:58 +0900 Subject: [PATCH] chore(docs): add warning for .npmrc config --- www/docs/overview/Installation.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/docs/overview/Installation.mdx b/www/docs/overview/Installation.mdx index 6037150..1196c99 100644 --- a/www/docs/overview/Installation.mdx +++ b/www/docs/overview/Installation.mdx @@ -31,6 +31,14 @@ echo "@sipe-team:registry=https://npm.pkg.github.com/" >> .npmrc ``` +:::warning + +Important: Make sure to add .npmrc to your .gitignore file to prevent committing your token. +For CI/CD environments, use secrets management to store your GitHub token as a secret environment variable. + +::: + + ### `.npmrc` configuration for global ```sh