diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 55a4fb1..e8f7544 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -178,7 +178,7 @@ publishing { url = uri("https://repo.thenextlvl.net/$branch") credentials { username = System.getenv("RELEASES_USER") - password = System.getenv("RELEASES_PASSWORD") + password = System.getenv("RELEASES_TOKEN") } } } \ No newline at end of file