Skip to content

Commit 1f810c6

Browse files
committed
use demo secret
1 parent ed0c52b commit 1f810c6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<br>
44

5-
# flow file examples
6-
75
This repository contains example flow files demonstrating various executable types and workflows.
86

97
### Generated Files

cmd/builder/exec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func ExecWithParams(opts ...Option) *executable.Executable {
199199
"available in the environment variable specified by `envKey`."
200200
params := executable.ParameterList{
201201
{EnvKey: "PARAM1", Text: "value1"},
202-
{EnvKey: "PARAM2", SecretRef: "flow-example-secret"},
202+
{EnvKey: "PARAM2", SecretRef: "demo/message"},
203203
{EnvKey: "PARAM3", Prompt: "Enter a value"},
204204
}
205205
var paramCmds []string

0 commit comments

Comments
 (0)