From 472c2c1880980aa80f886dc338ebffe93f559636 Mon Sep 17 00:00:00 2001 From: Olha Yevtushenko Date: Fri, 20 Oct 2023 13:13:51 +0300 Subject: [PATCH] ci: fix typo in workflow --- .github/workflows/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 65459ef7..51a7c0b8 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -20,5 +20,5 @@ jobs: ct_configfile: charts/ct.yaml helm_tag_prefix: helm secrets: - gihub_app_id: ${{ secrets.K6_OPERATOR_HELM_RELEASE_APP_ID }} + github_app_id: ${{ secrets.K6_OPERATOR_HELM_RELEASE_APP_ID }} github_app_pem: ${{ secrets.K6_OPERATOR_HELM_RELEASE_PEM_KEY }}