Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit c98e8eb

Browse files
committed
[travis] Try to get git push access to work for deploys.
1 parent 7bd8683 commit c98e8eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ script:
1515

1616
before_deploy:
1717
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
18+
- git config --global credential.helper store
19+
- echo "https://\${GH_TOKEN}:[email protected]" > ~/.git-credentials
1820
- git checkout master && git pull origin
1921
- yarn build
2022
deploy:

0 commit comments

Comments
 (0)