From afbfea9b98d9f7ce3e1362981f738f5121bfb041 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Sat, 22 May 2021 10:41:59 -0700 Subject: [PATCH] a --- build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2836227..c7e451b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 } } }