Skip to content

Commit 9a5833c

Browse files
Update main.workflow
1 parent 9dbe060 commit 9a5833c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/main.workflow

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ workflow "pipeline runner" {
55

66
action "run pipeline" {
77
uses = "./"
8+
secrets = ["CF_API_KEY"]
9+
env = {
10+
TRIGGER_NAME = "codefresh-trigger"
11+
PIPELINE_NAME = "codefresh-pipeline"
12+
}
813
}
9-

0 commit comments

Comments
 (0)