Skip to content
Snippets Groups Projects
Commit ccab5dfc authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add token

parent 1f3a1135
No related branches found
No related tags found
No related merge requests found
Pipeline #21090 failed
......@@ -51,7 +51,7 @@ Publish npm:
only:
- tags@ghsc/nshmp/disagg-d3
before_script:
- echo '//gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}'>.npmrc
- echo '//gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${GITLAB_API_TOKEN}'>.npmrc
- npm ci
- git config user.email "${GITLAB_USER_EMAIL}"
- git config user.name "${GITLAB_USER_NAME}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment