From e94aa480255e45efcf8c2ad54ea296c668e1d1a5 Mon Sep 17 00:00:00 2001
From: vadimgusev-codefresh
 <77272973+vadimgusev-codefresh@users.noreply.github.com>
Date: Wed, 17 Feb 2021 11:38:49 +0300
Subject: [PATCH] update GH integration name

---
 codefresh.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/codefresh.yml b/codefresh.yml
index 4339cd3..486f220 100644
--- a/codefresh.yml
+++ b/codefresh.yml
@@ -10,7 +10,7 @@ steps:
     type: git-clone
     repo: "${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}"
     revision: "${{CF_REVISION}}"
-    git: github
+    git: cf_github
 
   go_fmt:
     title: 'Formatting'
@@ -40,4 +40,4 @@ steps:
     when:
       condition:
         all:
-          release: "'${{RELEASE}}' == 'true'"
\ No newline at end of file
+          release: "'${{RELEASE}}' == 'true'"