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"
credentials(HttpHeaderCredentials::class.java) {
name = "Job-Token"
value = System.getenv("CI_JOB_TOKEN")
}
authentication {
HttpHeaderAuthentication::class.java
credentials
}
}
}