From 031d7c0eecb25b9a68a1d0d555bbefb4127385e8 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Thu, 5 Mar 2026 13:51:35 -0500 Subject: [PATCH] feat: add email notification for build job status --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c652bfe..ba6f4f8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -153,6 +153,8 @@ jobs: if: always() # Runs on success or failure uses: dawidd6/action-send-mail@v3 with: + connection_url: ${{secrets.MAIL_CONNECTION}} + secure: true to: ${{ secrets.MAIL_TO }} from: Gitea subject: ${{ github.repository }} - Job ${{ job.status }}