diff --git a/.github/main.workflow b/.github/main.workflow index d5a580b302..b46990b2ac 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -8,7 +8,7 @@ action "Trigger GitHub release" { secrets = ["GITHUB_TOKEN"] env = { COMMIT_AUTHOR_NAME = "Babel Bot" - COMMIT_AUTHOR_EMAIL = "babel@hopeinsource.com" + COMMIT_AUTHOR_EMAIL = "babel-bot@users.noreply.github.com" } needs = ["Create release tag"] }