Configured git on CircleCI to use a not personal email
Summary:cc ide Closes https://github.com/facebook/react-native/pull/6835 Differential Revision: D3144587 fb-gh-sync-id: 844c4f69523cbeacc0a5915280d870c54efc4ff3 fbshipit-source-id: 844c4f69523cbeacc0a5915280d870c54efc4ff3
This commit is contained in:
parent
b7a32726aa
commit
b7e6444ba2
|
@ -94,7 +94,7 @@ deployment:
|
|||
branch: [/.*-stable/, /master/]
|
||||
commands:
|
||||
# generate docs website
|
||||
- git config --global user.email "bestnader@fb.com"
|
||||
- git config --global user.email "reactjs-bot@users.noreply.github.com"
|
||||
- git config --global user.name "Website Deployment Script"
|
||||
- echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" > ~/.netrc
|
||||
- cd website && GIT_USER=reactjs-bot npm run gh-pages
|
||||
|
|
Loading…
Reference in New Issue