Update build.gradle

This commit is contained in:
RyanTLG
2022-03-25 18:46:02 +02:00
parent 2f6fc06b48
commit 255d013ea9

View File

@@ -74,7 +74,7 @@ publishing {
url = "https://maven.pkg.github.com/RyanTLG/gamermod"
credentials {
username = System.getenv("UNAME")
password = System.getenv("CODE")
password = System.getenv("TOKEN")
}
}
}