Skip to content

Commit

Permalink
feat: test workflow sensitive config paarameter (#920)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin authored Sep 16, 2024
1 parent 10b8f28 commit c42a3da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3025,6 +3025,9 @@ spec:
pattern:
description: regular expression to match
type: string
sensitive:
description: whether this value should be stored in the secret
type: boolean
type:
default: string
description: type of the parameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2951,6 +2951,9 @@ spec:
pattern:
description: regular expression to match
type: string
sensitive:
description: whether this value should be stored in the secret
type: boolean
type:
default: string
description: type of the parameter
Expand Down

0 comments on commit c42a3da

Please sign in to comment.