Skip to content

Commit

Permalink
chore: adding gh write token [TOL-1700]
Browse files Browse the repository at this point in the history
  • Loading branch information
aodhagan-cf committed Jan 23, 2024
1 parent a8d827c commit 821e46d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
- run: git config --global user.email $GIT_COMMITTER_EMAIL
- run: git config --global user.name $GIT_COMMITTER_NAME
- run: git remote set-url origin "https://$GIT_AUTHOR_NAME:[email protected]/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"
- use_npm_token
- run: |
echo "//npm.pkg.github.com/:_authToken=${GITHUB_PACKAGES_WRITE_TOKEN}" > ~/.npmrc
echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
- yarn_install
- run: yarn build
- run: yarn lerna:version
Expand Down

0 comments on commit 821e46d

Please sign in to comment.