1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

fix(cli): add name flag to adming secret add (#5101)

This commit is contained in:
Joshua Chapman
2025-04-17 16:37:16 +02:00
committed by GitHub
parent 53cd585e9e
commit 22d24b8457
+4
View File
@@ -31,6 +31,10 @@ var secretCreateCmd = &cli.Command{
ArgsUsage: "[repo-id|repo-full-name]",
Action: secretCreate,
Flags: []cli.Flag{
&cli.StringFlag{
Name: "name",
Usage: "secret name",
},
&cli.StringFlag{
Name: "value",
Usage: "secret value",