diff --git a/.github/workflows/update-helm-repo.yaml b/.github/workflows/update-helm-repo.yaml index da8c7ce7c3..95f1433586 100644 --- a/.github/workflows/update-helm-repo.yaml +++ b/.github/workflows/update-helm-repo.yaml @@ -93,6 +93,8 @@ jobs: release: needs: [ setup ] runs-on: ubuntu-latest + permissions: + packages: write env: github_app_id: ${{ secrets.github_app_id }} if: needs.setup.outputs.changed == 'true' @@ -235,4 +237,4 @@ jobs: - name: Push charts to GHCR run: | - helm push "${{ env.CR_PACKAGE_PATH }}/${{ steps.parse-chart.outputs.packagename }}.tgz" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm-charts" \ No newline at end of file + helm push "${{ env.CR_PACKAGE_PATH }}/${{ steps.parse-chart.outputs.packagename }}.tgz" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm-charts" \ No newline at end of file