npm — publishing from CI
npm/registry · version 1
envs add npm/registry
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
NPM_TOKEN |
required | secret | Referenced from .npmrc as the registry auth token. npm says to keep it out of version control and in your CI provider's secure storage, and shows a full token only once. No shape is declared: npm's prose describes the legacy form as hexadecimal and states no prefix for the current one.. where to get it |