This commit is contained in:
ajgeiss0702
2021-05-22 10:51:06 -07:00
parent afbfea9b98
commit 40c8fb2868
+1 -1
View File
@@ -66,7 +66,7 @@ publishing {
value = System.getenv("CI_JOB_TOKEN") value = System.getenv("CI_JOB_TOKEN")
} }
authentication { authentication {
credentials getCredentials(HttpHeaderCredentials::class)
} }
} }
} }