We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bce79b commit 5b09217Copy full SHA for 5b09217
1 file changed
build.gradle
@@ -37,8 +37,8 @@ publishing {
37
name = "github"
38
url = 'https://maven.pkg.github.com/MuShare/PlutoJavaServerSDK'
39
credentials {
40
- username = System.getenv("GITHUB_ACTOR")
41
- password = System.getenv("GITHUB_TOKEN")
+ username = System.getenv("USERNAME")
+ password = System.getenv("PASSWORD")
42
}
43
44
0 commit comments