diff --git a/.github/workflows/tdd.yml b/.github/workflows/tdd.yml index 4a96a80..c42ea1b 100644 --- a/.github/workflows/tdd.yml +++ b/.github/workflows/tdd.yml @@ -26,5 +26,5 @@ jobs: run: | go run mailer.go \ -sender ${{ secrets.MAILER_SENDER }} \ - -smtpUser ${{ secrets.MAILER_USER }} \ - -smtpPassword ${{ secrets.MAILER_PASSWORD }} \ No newline at end of file + -user ${{ secrets.MAILER_USER }} \ + -password ${{ secrets.MAILER_PASSWORD }} \ No newline at end of file