Skip to content

Commit 675d5f7

Browse files
committed
Updated secrets
1 parent 263b5ab commit 675d5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ publishing {
169169
nexusPublishing {
170170
repositories {
171171
sonatype {
172-
username = System.getenv("OSS_USERNAME")
173-
password = System.getenv("OSS_PASSWORD")
172+
username = System.getenv("MAVEN_USERNAME")
173+
password = System.getenv("MAVEN_SECRET")
174174
}
175175
}
176176
}

0 commit comments

Comments
 (0)