From 458451922d79cce3f3d8cbe407fb1eb7b73b3d65 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Mon, 22 Apr 2024 11:21:45 +0100 Subject: [PATCH] Add owner Signed-off-by: Michel Hollands --- .github/workflows/helm-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 9b295b5..5b7a41f 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -78,6 +78,7 @@ jobs: with: app-id: ${{ env.APP_ID }} private-key: ${{ env.PRIVATE_KEY }} + owner: ${{ github.repository_owner }} - name: Checkout uses: actions/checkout@v4 with: