From 1b0f9f12dbd0c6dc11e30c578113493410a65441 Mon Sep 17 00:00:00 2001 From: Dan Buchholz Date: Mon, 4 Mar 2024 09:12:35 -0800 Subject: [PATCH] feat: make gh actions bot the only commit author --- .github/workflows/weekly.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index 774ba0b..f01bbb1 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -57,4 +57,6 @@ jobs: with: commit_message: "chore: weekly stats update" file_pattern: "Data.md history.csv cache.json assets/*" - commit_user_name: "vaults[bot]" + commit_user_name: "github-actions[bot]" + commit_user_email: "github-actions[bot]@users.noreply.github.com" + commit_author: "github-actions[bot] "