fix: secrets-file flag (#5909)

This commit is contained in:
Jun Guo
2026-01-02 11:19:58 +01:00
committed by GitHub
parent 633e6abbb9
commit 6128b2a3b6
+1 -1
View File
@@ -80,7 +80,7 @@ var flags = []cli.Flag{
},
&cli.StringFlag{
Sources: cli.EnvVars("WOODPECKER_SECRETS_FILE"),
Name: "secrets",
Name: "secrets-file",
Usage: "path to yaml file with secrets map",
},