Skip to content

Commit 5b09217

Browse files
committed
Update PASSWORD and USERNAME
1 parent 6bce79b commit 5b09217

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ publishing {
3737
name = "github"
3838
url = 'https://maven.pkg.github.com/MuShare/PlutoJavaServerSDK'
3939
credentials {
40-
username = System.getenv("GITHUB_ACTOR")
41-
password = System.getenv("GITHUB_TOKEN")
40+
username = System.getenv("USERNAME")
41+
password = System.getenv("PASSWORD")
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)