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 d24f467 commit cfbfcf5Copy full SHA for cfbfcf5
README.md
@@ -39,4 +39,15 @@ Select the pipeline runner action and click the "Edit" button. On the right side
39
40
Click the Done button to save your changes and commit.
41
42
-Now next time you commit anything in your Github repository the Codefresh pipeline will also execute.
+Now next time you commit anything in your Github repository the Codefresh pipeline will also execute.
43
+
44
+## Usage
45
+An example to run codefresh pipeline that can compile, test , docker build and deploy to kubernetes
46
+```action "run pipeline" {
47
+ uses = "./"
48
+ secrets = ["CF_API_KEY"]
49
+ env = {
50
+ TRIGGER_NAME = "codefresh-trigger"
51
+ PIPELINE_NAME = "codefresh-pipeline"
52
+ }
53
+}```
0 commit comments