Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Commit 8836607

Browse files
committed
Update publish.gradle
1 parent 1fda41e commit 8836607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeView/publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publishing {
1616
url = uri("https://maven.pkg.github.com/jackdevey/codeview")
1717
credentials {
1818
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
19-
password = project.findProperty("gpr.key") ?: System.getenv("PASSWORD")
19+
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
2020
}
2121
}
2222
maven {

0 commit comments

Comments
 (0)