From 13c28aa50ad1cb10ab7dc3b938e0f69016311067 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Mon, 22 Apr 2024 13:41:38 +0100 Subject: [PATCH] Remove repositories Signed-off-by: Michel Hollands --- .github/workflows/helm-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index bff195c..5b7a41f 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -79,7 +79,6 @@ jobs: app-id: ${{ env.APP_ID }} private-key: ${{ env.PRIVATE_KEY }} owner: ${{ github.repository_owner }} - repositories: "grafana/helm-charts,grafana/meta-monitoring-chart" - name: Checkout uses: actions/checkout@v4 with: