Skip to content

Commit

Permalink
docs(npm): Add missing NPM_TOKEN env var requirement
Browse files Browse the repository at this point in the history
Follow up to #143
  • Loading branch information
BYK committed Dec 15, 2020
1 parent 146ba94 commit 04da453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ The `npm` utility must be installed on the system.

| Name | Description |
| ------------------- | ------------------------------------------------------------------- |
| `NPM_TOKEN` | An automation token allowed to publish. (See https://bit.ly/3gSrVyT)|
| `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) |
Expand Down

0 comments on commit 04da453

Please sign in to comment.