diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e51da6fff..e721a5be57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,8 +35,8 @@ jobs: username: ${{secrets.SMTP_USERNAME}} password: ${{secrets.SMTP_PASSWORD}} convert_markdown: false - nodemailerlog: true - nodemailerdebug: false + # nodemailerlog: true + # nodemailerdebug: false to: ${{ secrets.TO }} from: ${{ secrets.FROM }}