We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c92758 commit 3a792b9Copy full SHA for 3a792b9
.travis.yml
@@ -17,8 +17,8 @@ jobs:
17
node_js: lts/*
18
install: npm install --no-package-lock
19
before_deploy:
20
- - git config user.email "travis@travis-ci.org"
21
- - git config user.name "Travis CI"
+ - git config user.email ${GITHUB_EMAIL:-"travis@travis-ci.org"}
+ - git config user.name ${GITHUB_USER:-""Travis CI""}
22
- git remote set-url origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
23
deploy:
24
skip_cleanup: true
0 commit comments