You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Codefresh pipeline runner
2
2
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.
4
4
5
5
# Integrating Codefresh pipelines with GitHub actions
6
6
@@ -9,11 +9,6 @@ when a specific GitHub event happens. Github actions can also use Codefresh pipe
9
9
resulting in a very powerful combination where the first action starts from GitHub, but Codefresh takes care
10
10
of the actual compilation or deployment in a pipeline.
11
11
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.
0 commit comments