Skip to content

Commit f441615

Browse files
committed
Add github token to push changes back to github
1 parent e97e184 commit f441615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ saveMavenSettings() {
1717
<server>
1818
<id>github</id>
1919
<username>${GITHUB_USER}</username>
20-
<password>${GITHUB_TOKEN}</username>
20+
<password>${GITHUB_TOKEN}</password>
2121
</server>
2222
</servers>
2323
</settings>

0 commit comments

Comments
 (0)