From 19c582945a9ef72286fbe937690f61b4a82942e2 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 12 May 2024 21:25:53 +0200 Subject: [PATCH] fixed env variable name --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 4467af0..1f5e891 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -42,7 +42,7 @@ publishing { url = uri("https://repo.thenextlvl.net/$branch") credentials { username = System.getenv("REPOSITORY_USER") - password = System.getenv("REPOSITORY_PASSWORD") + password = System.getenv("REPOSITORY_TOKEN") } } } \ No newline at end of file