diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index 016f8596f..f3247a44b 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -28,6 +28,11 @@ jobs: token: ${{ steps.generate_token.outputs.token }} fetch-depth: 0 + - name: Configure Git + run: | + git config user.name "CI-signed-commit-bot" + git config user.email "${{ vars.CI_SIGNED_COMMIT_APP_ID }}+CI-signed-commit-bot@users.noreply.github.com" + - name: Set up Helm uses: azure/setup-helm@v1 with: diff --git a/charts/k8s-reporter/README.md b/charts/k8s-reporter/README.md index 9d4d37785..dd5aa4098 100644 --- a/charts/k8s-reporter/README.md +++ b/charts/k8s-reporter/README.md @@ -110,4 +110,4 @@ helm uninstall kosli-reporter ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) - \ No newline at end of file + \ No newline at end of file