debug mail
release-tag / build and push (push) Failing after 59s

This commit is contained in:
2024-08-19 11:00:49 +02:00
parent 95b1e8fb73
commit 730af32312
+5 -1
View File
@@ -44,7 +44,11 @@ jobs:
if: always()
uses: dawidd6/action-send-mail@v3
with:
connection_url: ${{ secrets.MAIL_CONNECTION }}
server_address: mail.solusar.de
server_port: 587
secure: true
username: ${{ secrets.MAIL_USER }}
password: ${{ secrets.MAIL_PASS }}
to: ${{ secrets.MAIL_TO }}
from: Gitea <gitea@hostname>
subject: ${{ gitea.repository }} ${{gitea.workflow}} ${{ job.status }}