Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit d3b7e9e

Browse files
author
Kent C. Dodds
committed
fix(build): some more trying
1 parent 0ba9e82 commit d3b7e9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/authorize-push.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ console.log('Setting origin to ' + repo);
1212
exec('git remote set-url origin ' + repo.replace('https://', 'https://' + GH_TOKEN + '@') + ' && ');
1313
exec('git config --global user.email [email protected] && ');
1414
exec('git config --global user.name "formly-bot"');
15+

0 commit comments

Comments
 (0)