Fix github packages
This commit is contained in:
parent
d5a3364c6d
commit
ae1c0250b2
|
|
@ -73,7 +73,7 @@ publishing {
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
name = "GitHubPackages"
|
name = "GitHubPackages"
|
||||||
url = uri("https://maven.pkg.github.com/LSPosed/LSPlant")
|
url = uri("https://maven.pkg.github.com/libxposed/api")
|
||||||
credentials {
|
credentials {
|
||||||
username = System.getenv("GITHUB_ACTOR")
|
username = System.getenv("GITHUB_ACTOR")
|
||||||
password = System.getenv("GITHUB_TOKEN")
|
password = System.getenv("GITHUB_TOKEN")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue