Skip to content

Commit 9506f02

Browse files
committed
Use token instead of password
1 parent bd82ea2 commit 9506f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ publishing {
5858
url = uri("https://repo.clojars.org")
5959
credentials {
6060
username = System.getenv("CLOJARS_USER")
61-
password = System.getenv("CLOJARS_PASSWORD")
61+
password = System.getenv("CLOJARS_TOKEN")
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)