From 0913175f65ccd129d955c19b4279c78bd2cedaac Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Tue, 19 Jan 2021 16:35:46 -0800 Subject: [PATCH] /.github/actions/ses-email-action: use ses verified domain --- .github/actions/ses-email-action/dist/index.js | 2 +- .github/actions/ses-email-action/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/ses-email-action/dist/index.js b/.github/actions/ses-email-action/dist/index.js index 94f2d76b46..7ca2529561 100644 --- a/.github/actions/ses-email-action/dist/index.js +++ b/.github/actions/ses-email-action/dist/index.js @@ -32,7 +32,7 @@ const params = { CcAddresses, ToAddresses, }, - Source: 'dustin@dolthub.com', /* required */ + Source: 'github-actions-bot@corp.ld-corp.com', /* required */ Template: 'PerformanceBenchmarkingReleaseTemplate', TemplateData: JSON.stringify(templated), ReplyToAddresses, diff --git a/.github/actions/ses-email-action/index.js b/.github/actions/ses-email-action/index.js index ecdd85b0c3..fe2895026e 100644 --- a/.github/actions/ses-email-action/index.js +++ b/.github/actions/ses-email-action/index.js @@ -25,7 +25,7 @@ const params = { CcAddresses, ToAddresses, }, - Source: 'dustin@dolthub.com', /* required */ + Source: 'github-actions-bot@corp.ld-corp.com', /* required */ Template: 'PerformanceBenchmarkingReleaseTemplate', TemplateData: JSON.stringify(templated), ReplyToAddresses,