Skip to content

Commit

Permalink
fix: add circle config for installing github private registries
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Xavier Ceccaldi <[email protected]>
  • Loading branch information
P1X3L committed Mar 27, 2024
1 parent 9e2fa32 commit 6ff3875
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
steps:
- restore_cache:
key: << pipeline.parameters.cache_version >>-welcome-ui-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: set up auth for npm (private) packages
command: |
echo "@wttj:registry=https://npm.pkg.github.com/" > ~/welcome-ui/.npmrc
echo "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}" >> ~/welcome-ui/.npmrc
- run: yarn install
- store_artifacts:
path: yarn.lock
Expand Down

0 comments on commit 6ff3875

Please sign in to comment.