add mask for secrets

This commit is contained in:
Martin Thielecke 2023-10-05 19:37:35 +02:00
parent 94b74d2931
commit 2143af642f
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB

View File

@ -48,6 +48,7 @@ func main() {
ga.SetOutput(o, s)
ga.SetEnv(o, s)
ga.AddMask(s)
}
}