From a34a7b3f288cc492e31543697202fa68750c55e1 Mon Sep 17 00:00:00 2001 From: Marc Sanmiquel Date: Thu, 17 Oct 2024 16:10:38 +0200 Subject: [PATCH] fix: helm release secret key (#3634) --- .github/workflows/helm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index d6b9721a96..d57a5bc8b6 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -27,4 +27,4 @@ jobs: ct_configfile: operations/pyroscope/helm/ct.yaml secrets: github_app_id: ${{ secrets.GH_RELEASES_APP_ID }} - github_app_private_key: ${{ secrets.GH_RELEASES_APP_PRIVATE_KEY }} + github_app_pem: ${{ secrets.GH_RELEASES_APP_PRIVATE_KEY }}