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 570d7cc commit 454e178Copy full SHA for 454e178
README.md
@@ -59,6 +59,17 @@ branding:
59
runs:
60
using: 'docker'
61
image: 'Dockerfile'
62
+inputs:
63
+ PIPELINE_NAME:
64
+ description: 'Codefresh pipeline name in format <project_name>/<pipeline_name>'
65
+ required: true
66
+ TRIGGER_NAME:
67
+ description: 'Trigger name attached to this pipeline'
68
+ required: false
69
+outputs:
70
+ status:
71
+ description: 'Pipeline status that was executed on codefresh'
72
+
73
```
74
75
An example of workflow
@@ -78,5 +89,6 @@ jobs:
78
89
with:
79
90
PIPELINE_NAME: 'codefresh-pipeline'
80
91
TRIGGER_NAME: 'codefresh-trigger'
92
+ CF_API_KEY: ${{ secrets.GITHUB_TOKEN }}
81
93
id: run-pipeline
82
94
0 commit comments