fix workflow tdd

This commit is contained in:
Jonathan Martz
2025-01-12 12:04:36 +01:00
parent 648b4da76c
commit 6f2a9e296b

View File

@@ -26,5 +26,5 @@ jobs:
run: |
go run mailer.go \
-sender ${{ secrets.MAILER_SENDER }} \
-smtpUser ${{ secrets.MAILER_USER }} \
-smtpPassword ${{ secrets.MAILER_PASSWORD }}
-user ${{ secrets.MAILER_USER }} \
-password ${{ secrets.MAILER_PASSWORD }}