We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e424e5f commit bd72968Copy full SHA for bd72968
README.md
@@ -53,4 +53,22 @@ branding:
53
runs:
54
using: 'docker'
55
image: 'Dockerfile'
56
-```
+```
57
+
58
+An example of workflow
59
60
61
+workflow "pipeline runner" {
62
+ on = "push"
63
+ resolves = "run pipeline"
64
+}
65
66
+action "run pipeline" {
67
+ uses = "./"
68
+ env = {
69
+ PIPELINE_NAME = "codefresh-pipeline"
70
+ TRIGGER_NAME = "codefresh-trigger"
71
+ }
72
+ secrets = ["CF_API_KEY"]
73
74
0 commit comments