mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-13 10:26:13 -06:00
/.github/actions/ses-email-action: use ses verified domain
This commit is contained in:
@@ -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,
|
||||
|
||||
2
.github/actions/ses-email-action/index.js
vendored
2
.github/actions/ses-email-action/index.js
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user