Skip to content

Commit 96503da

Browse files
Update main.workflow
1 parent 398d251 commit 96503da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/main.workflow

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ workflow "pipeline-runner" {
66
action "run-pipeline" {
77
uses = "./"
88
secrets = ["CF_API_KEY"]
9+
env = {
10+
PIPELINE_NAME = "runp/runp"
11+
TRIGGER_NAME = "codefresh-io/codefresh-github-action-test"
12+
}
913
}

0 commit comments

Comments
 (0)