Files
LCEssentials/.gitea/workflows
Developer @ Loverde Company d400e94d16 feat(ci): email notification on success or failure
Sends an email via the domain's own SMTP (mail.loverde.com.br:587,
STARTTLS) as the last step of both test.yml and beta.yml, using
if: always() so it fires regardless of the job's outcome - subject/body
include job.status, branch, commit and a link to the run. Credentials
(SMTP_USER, SMTP_PASS, NOTIFY_EMAIL_TO) come from repo/org secrets, not
hardcoded here.
2026-09-11 14:36:50 -03:00
..