From a97fa648800dc7fe24f7843f10f3af91e318d847 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Mon, 22 Apr 2024 10:24:08 +0100 Subject: [PATCH] Use uppercase keys 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 1e105b6..2fd2b0b 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -69,8 +69,8 @@ jobs: - uses: actions/create-github-app-token@v1 id: app-token with: - app-id: ${{ secrets.app-id }} - private-key: ${{ secrets.private-key }} + app-id: ${{ secrets.APP_ID }} + private-key: ${{ secrets.PRIVATE_KEY }} - name: Checkout uses: actions/checkout@v4 with: