From 596eedd3e7a0ee5663265cbd6c28cea9c99f05ed Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Thu, 21 Mar 2019 10:31:52 -0700 Subject: [PATCH] Change babel-boot email --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }