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
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m13s
This commit is contained in:
@@ -153,7 +153,10 @@ jobs:
|
|||||||
if: always() # Runs on success or failure
|
if: always() # Runs on success or failure
|
||||||
uses: dawidd6/action-send-mail@v3
|
uses: dawidd6/action-send-mail@v3
|
||||||
with:
|
with:
|
||||||
connection_url: ${{secrets.MAIL_CONNECTION}}
|
server_address: smtp.gmail.com
|
||||||
|
server_port: 465
|
||||||
|
username: ${{ secrets.MAIL_USER }}
|
||||||
|
password: ${{ secrets.MAIL_PASSWORD }}
|
||||||
secure: true
|
secure: true
|
||||||
to: ${{ secrets.MAIL_TO }}
|
to: ${{ secrets.MAIL_TO }}
|
||||||
from: Gitea <git@git.ryankegel.com>
|
from: Gitea <git@git.ryankegel.com>
|
||||||
|
|||||||
Reference in New Issue
Block a user