From d14e933e8489d2f223424f1c1595e2808f88c10e Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Mon, 22 Apr 2024 10:37:21 +0100 Subject: [PATCH] Use correct path Signed-off-by: Michel Hollands --- .github/workflows/helm-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 6e174c5..a285c67 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -71,8 +71,8 @@ jobs: with: # Secrets placed in the ci/repo/grafana// path in Vault repo_secrets: | - APP_ID=meta-monitoring-chart:app-id - PRIVATE_KEY=meta-monitoring-chart:private-key + APP_ID=github-app:app-id + PRIVATE_KEY=github-app:private-key - uses: actions/create-github-app-token@v1 id: app-token with: