Skip to content

Commit

Permalink
build(ci): Fixed issue with auth
Browse files Browse the repository at this point in the history
  • Loading branch information
bendavies99 committed Oct 26, 2020
1 parent 76eaa5d commit f82d105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ subprojects {
url = uri("https://maven.pkg.github.com/bendavies99/Babblebot-Server")
credentials {
username = "bendavies99"
password = System.getenv("GITHUB_TOKEN")
password = System.getenv("GH_TOKEN")
}
}
}
Expand Down

0 comments on commit f82d105

Please sign in to comment.