fixed env var
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -31,4 +31,5 @@ bin/
|
|||||||
# fabric
|
# fabric
|
||||||
|
|
||||||
run/
|
run/
|
||||||
build.gradle
|
|
||||||
|
.env
|
||||||
@@ -73,8 +73,8 @@ publishing {
|
|||||||
name = "GitHubPackages"
|
name = "GitHubPackages"
|
||||||
url = "https://maven.pkg.github.com/RyanTLG/gamermod"
|
url = "https://maven.pkg.github.com/RyanTLG/gamermod"
|
||||||
credentials {
|
credentials {
|
||||||
username = "RyanTLG"
|
username = System.getenv("UNAME")
|
||||||
password = "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"
|
password = System.getenv("CODE")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user