Skip to content

Commit ef18039

Browse files
refactor
1 parent 96669d1 commit ef18039

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Codefresh pipeline runner
22

3-
This action runs [codefresh](https://g.codefresh.io) pipeline using codefresh api key
3+
This repository holds a Github action that can be used to call existing [Codefresh pipelines](https://codefresh.io/docs/docs/configure-ci-cd-pipeline/pipelines/). It is based on the [Codefresh CLI](https://codefresh-io.github.io/cli/) which can execute Codefresh pipelines remotely (using an API key for authentication). The Codefresh CLI is already available as a [public Docker image](https://hub.docker.com/r/codefresh/cli/), so creating a Github action with it is a trivial process.
44

55
# Integrating Codefresh pipelines with GitHub actions
66

@@ -9,11 +9,6 @@ when a specific GitHub event happens. Github actions can also use Codefresh pipe
99
resulting in a very powerful combination where the first action starts from GitHub, but Codefresh takes care
1010
of the actual compilation or deployment in a pipeline.
1111

12-
13-
## Codefresh Github action
14-
15-
This repository holds a Github action that can be used to call existing [Codefresh pipelines](https://codefresh.io/docs/docs/configure-ci-cd-pipeline/pipelines/). It is based on the [Codefresh CLI](https://codefresh-io.github.io/cli/) which can execute Codefresh pipelines remotely (using an API key for authentication). The Codefresh CLI is already available as a [public Docker image](https://hub.docker.com/r/codefresh/cli/), so creating a Github action with it is a trivial process.
16-
1712
## Prerequisites
1813

1914
Make sure that you have

0 commit comments

Comments
 (0)