Update build.gradle
This commit is contained in:
@@ -74,7 +74,7 @@ publishing {
|
|||||||
url = "https://maven.pkg.github.com/RyanTLG/gamermod"
|
url = "https://maven.pkg.github.com/RyanTLG/gamermod"
|
||||||
credentials {
|
credentials {
|
||||||
username = System.getenv("UNAME")
|
username = System.getenv("UNAME")
|
||||||
password = System.getenv("CODE")
|
password = System.getenv("TOKEN")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user