feat: add email notification for build job status
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m13s

This commit is contained in:
2026-03-05 14:03:45 -05:00
parent 031d7c0eec
commit de56eb064f

View File

@@ -153,7 +153,10 @@ jobs:
if: always() # Runs on success or failure
uses: dawidd6/action-send-mail@v3
with:
connection_url: ${{secrets.MAIL_CONNECTION}}
server_address: smtp.gmail.com
server_port: 465
username: ${{ secrets.MAIL_USER }}
password: ${{ secrets.MAIL_PASSWORD }}
secure: true
to: ${{ secrets.MAIL_TO }}
from: Gitea <git@git.ryankegel.com>