From 73e1667b6afa7f3a81bff955426749eb662ae662 Mon Sep 17 00:00:00 2001 From: Robert Wiesner Date: Sun, 12 Jun 2022 13:20:06 +0200 Subject: [PATCH] Update helm-release-push-charts.yaml --- .github/workflows/helm-release-push-charts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release-push-charts.yaml b/.github/workflows/helm-release-push-charts.yaml index 5d6c425..90cc8f3 100644 --- a/.github/workflows/helm-release-push-charts.yaml +++ b/.github/workflows/helm-release-push-charts.yaml @@ -140,4 +140,4 @@ jobs: event-type: release-created repository: rowi1de/argocd token: ${{ secrets.REPO_ACCESS_TOKEN }} - + client-payload: '{"repository": "${{ github.repository }}", "sha": "${{ github.sha }}", "actor": "${{ github.actor }}"}'