This commit is contained in:
ajgeiss0702
2021-05-22 10:41:59 -07:00
parent e061fecd1f
commit afbfea9b98
+1 -2
View File
@@ -62,12 +62,11 @@ publishing {
name = "GitLab" name = "GitLab"
credentials(HttpHeaderCredentials::class.java) { credentials(HttpHeaderCredentials::class.java) {
name = "Job-Token" name = "Job-Token"
value = System.getenv("CI_JOB_TOKEN") value = System.getenv("CI_JOB_TOKEN")
} }
authentication { authentication {
HttpHeaderAuthentication::class.java credentials
} }
} }
} }