Skip to content

Commit 454e178

Browse files
Update README.md
1 parent 570d7cc commit 454e178

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@ branding:
5959
runs:
6060
using: 'docker'
6161
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+
6273
```
6374

6475
An example of workflow
@@ -78,5 +89,6 @@ jobs:
7889
with:
7990
PIPELINE_NAME: 'codefresh-pipeline'
8091
TRIGGER_NAME: 'codefresh-trigger'
92+
CF_API_KEY: ${{ secrets.GITHUB_TOKEN }}
8193
id: run-pipeline
8294
```

0 commit comments

Comments
 (0)