diff --git a/.gitignore b/.gitignore index b8623b3..1df9bd7 100755 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,5 @@ bin/ # fabric run/ -build.gradle + +.env \ No newline at end of file diff --git a/build.gradle b/build.gradle index af67458..fbb548c 100755 --- a/build.gradle +++ b/build.gradle @@ -73,8 +73,8 @@ publishing { name = "GitHubPackages" url = "https://maven.pkg.github.com/RyanTLG/gamermod" credentials { - username = "RyanTLG" - password = "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" + username = System.getenv("UNAME") + password = System.getenv("CODE") } } }