Commit a919575b authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add lock on NPM_PUBLISH_REGISTRY (fix tbc-check)

parent 040eec7b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -377,7 +377,7 @@ It uses the following variables:
| `publish-enabled` / `NG_PUBLISH_ENABLED`   | Set variable to `true` to enable the publish job                            | _none_ (disabled)                             |
| `publish-projects` / `NG_PUBLISH_PROJECTS` | Space separated list of projects to publish                                 | _none_ (all workspace projects are published) |
| `publish-args` / `NG_PUBLISH_ARGS`         | NPM [publish](https://docs.npmjs.com/cli/v6/commands/npm-publish) arguments | _none_                                        |
| `NPM_PUBLISH_REGISTRY`                     | npm registry to publish to                                                  | _none_ (uses GitLab project npm packages registry) |
| :lock: `NPM_PUBLISH_REGISTRY`              | npm registry to publish to                                                  | _none_ (uses GitLab project npm packages registry) |
| :lock: `NPM_PUBLISH_TOKEN`                 | NPM publication registry authentication token                               | _none_                                        |
| :lock: `NPM_PUBLISH_AUTH`                  | NPM publication registry basic authentication (base64)                      | _none_                                        |