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