Send Update
The send-update.yml workflow fires when an issue with the draft label is closed. It sends emails to all subscribers for the associated product.
What it does
Section titled “What it does”- Detects the closed issue has the
draftlabel - Parses the issue body for subject and email content
- Queries your subscriber store for active subscribers
- Sends emails via Resend
- Posts delivery stats as an issue comment
Issue body format
Section titled “Issue body format”The workflow expects the draft issue body to follow this format:
**Subject:** Your email subject line here
---
Your email body HTML content here...Required secrets
Section titled “Required secrets”| Secret | Description |
|---|---|
GITHUB_TOKEN | GitHub personal access token |
RESEND_API_KEY | Resend API key |
FROM_EMAIL | Sender email address |
| Subscriber store secrets | Depends on your SUBSCRIBER_STORE choice |
See Environment Variables for the full list.