diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 12f722e26cc..390ec0cf352 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -82,8 +82,8 @@ jobs: - name: Configure Git run: | - git config user.name "$GITHUB_ACTOR" - git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + git config user.name "TrueCharts-Bot" + git config user.email "bot@truecharts.org" - name: Commit and push timestamp updates run: | if [[ -f index.yaml ]]; then