From c1498386fb6d0bd9ca0f1ffb377d27811db40abb Mon Sep 17 00:00:00 2001 From: vadim-kharin-codefresh Date: Thu, 15 Feb 2024 18:19:06 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7acbcaefd..5ee8c2b2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: report image with: # Runtime to use for the enrichment. - CF_RUNTIME_NAME: 'codefresh-hosted' + CF_RUNTIME_NAME: 'codefresh' CF_PLATFORM_URL: 'https://sandbox-1.codefresh.io' # API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !!