Skip to content

Commit 7e439ae

Browse files
committed
Update repository credentials environment variable names
1 parent 7304566 commit 7e439ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ publishing {
4141
}
4242

4343
credentials {
44-
username = System.getenv("ETERNAL_CODE_MAVEN_USERNAME")
45-
password = System.getenv("ETERNAL_CODE_MAVEN_PASSWORD")
44+
username = System.getenv("ETERNALCODE_REPO_USERNAME")
45+
password = System.getenv("ETERNALCODE_REPO_PASSWORD")
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)