diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 2242c7b6..f6886801 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -20,4 +20,5 @@ jobs: ct_configfile: charts/ct.yaml helm_tag_prefix: helm secrets: - helm_repo_token: ${{ secrets.K6_OPERATOR_HELM_RELEASE_JWT_KEY }} + gihub_app_id: ${{ secrets.K6_OPERATOR_HELM_RELEASE_APP_ID }} + helm_repo_token: ${{ secrets.K6_OPERATOR_HELM_RELEASE_PEM_KEY }}