Skip to content

Commit 8d4878e

Browse files
committed
make username a variable
make username a variable
1 parent 3782544 commit 8d4878e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ after_success:
1616
- git add -f "dist/*"
1717
- git commit -m "Travis Build - $TRAVIS_COMMIT" -m "[skip ci]"
1818
- git remote rm origin
19-
- git remote add origin https://mauricedoepke:${GH_TOKEN}@github.com/mauricedoepke/webpack-obfuscator.git > /dev/null 2>&1
19+
- git remote add origin https://${GH_USERNAME}:${GH_TOKEN}@github.com/${GH_REPOUSER}/webpack-obfuscator.git > /dev/null 2>&1
2020
- git push origin dist:master

0 commit comments

Comments
 (0)