From 40c8fb286814af7266b65017201ac389cea187e9 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Sat, 22 May 2021 10:51:06 -0700 Subject: [PATCH] please --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c7e451b..73a6480 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ publishing { value = System.getenv("CI_JOB_TOKEN") } authentication { - credentials + getCredentials(HttpHeaderCredentials::class) } } }