Skip to content

Commit 97769d7

Browse files
Update main.workflow
1 parent 938c462 commit 97769d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

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

66
action "run pipeline" {
77
uses = "./"
8-
secrets = ["CF_API_KEY"]
98
env = {
109
TRIGGER_NAME = "codefresh-trigger"
1110
PIPELINE_NAME = "codefresh-pipeline"
1211
}
12+
secrets = ["CF_API_KEY"]
1313
}

0 commit comments

Comments
 (0)