This commit is contained in:
ajgeiss0702
2021-05-21 16:41:54 -07:00
parent c0532ffd79
commit 1ae0c793d4
+1 -1
View File
@@ -61,7 +61,7 @@ publishing {
url = uri(mavenUrl)
name = "Gitlab"
credentials(HttpHeaderCredentials::class.java) {
name = "Private-Token"
name = "Job-Token"
value = System.getenv("CI_JOB_TOKEN")
}
authentication {