Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JeB committed Dec 14, 2020
1 parent 970c911 commit b1c8c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/angular-builders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ jobs:
git config --global user.name ${{ secrets.GIT_USER }}
git config --global user.email ${{ secrets.GIT_EMAIL }}
# bash scripts/default-registry.sh
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ./.npmrc 2> /dev/null
# echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ./.npmrc 2> /dev/null
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
npm whoami

0 comments on commit b1c8c3a

Please sign in to comment.