Commit 785d2a44 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'edstub207-master-patch-41656' into 'master'

Resolves https://gitlab.com/gitlab-org/gitlab/issues/195056

Closes #195056

See merge request gitlab-org/gitlab!22450
parents acb7f947 158430a3
......@@ -134,8 +134,8 @@ Add a corresponding section to your `.npmrc` file:
```ini
@foo:registry=https://gitlab.com/api/v4/packages/npm/
//gitlab.com/api/v4/packages/npm/:_authToken=${env.CI_JOB_TOKEN}
//gitlab.com/api/v4/projects/{env.CI_PROJECT_ID>/packages/npm/:_authToken=${env.CI_JOB_TOKEN}
//gitlab.com/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN}
//gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}
```
## Uploading packages
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment