Skip to content

Commit

Permalink
login via email
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed May 22, 2020
1 parent 07f0ac1 commit 6b5aad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
cd docs
git config --global user.name "Chart.js"
git config --global user.email "$GIT_EMAIL"
echo "machine github.com login ${GH_NAME} password ${GIT_TOKEN}" > ~/.netrc
echo "machine github.com login ${GIT_EMAIL} password ${GIT_TOKEN}" > ~/.netrc
npm ci
GIT_USER="${GH_NAME}" yarn deploy
yarn deploy

0 comments on commit 6b5aad3

Please sign in to comment.