diff --git a/README.md b/README.md index acc81494..23e737ae 100644 --- a/README.md +++ b/README.md @@ -509,10 +509,13 @@ The `npm` utility must be installed on the system. | Name | Description | | ------------------- | ------------------------------------------------------------------- | +| `NPM_TOKEN` | An [automation token][npm-automation-token] allowed to publish. | | `NPM_BIN` | **optional**. Path to the npm executable. Defaults to `npm` | | `YARN_BIN` | **optional**. Path to the yarn executable. Defaults to `yarn` | | `CRAFT_NPM_USE_OTP` | **optional**. If set to "1", you will be asked for an OTP (for 2FA) | +[npm-automation-token]: https://docs.npmjs.com/creating-and-viewing-access-tokens + **Configuration** | Option | Description |