Skip to content

Commit d65c048

Browse files
committed
Add SendGrid Sender ID
This is required to be able to send the newsletter properly.
1 parent 1e1cabe commit d65c048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/send-newsletter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
sendgrid_list_id: "559adb5e-7164-4ac8-bbb5-1398d4ff0df9"
2525
sendgrid_api_key: ${{ secrets.SENDGRID_API_KEY }}
2626
suppression_group_id: 17889
27+
sendgrid_sender_id: 2072506
2728
site_yaml: "./_config.yml"
2829
subject_format: "[Code for Boston] %s"
2930
slack_url: ${{ secrets.SLACK_URL }}

0 commit comments

Comments
 (0)