Enable specifying git password via env file

This commit is contained in:
Tim Schubert 2023-05-29 00:02:38 +02:00
parent c8b7825b56
commit 71d3bc8dcc
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -156,7 +156,7 @@ func main() {
)
password := flag.String(
"password",
"",
os.Getenv("GIT_PASSWORD"),
"password",
)
remoteUrl := flag.String(