diff --git a/.github/workflows/email-notification.yml b/.github/workflows/email-notification.yml index 672545d..0482bc3 100644 --- a/.github/workflows/email-notification.yml +++ b/.github/workflows/email-notification.yml @@ -17,6 +17,6 @@ jobs: username: ${{ secrets.EMAIL_USERNAME }} password: ${{ secrets.EMAIL_PASSWORD }} subject: 'New Issue Created' - to: 'yangtia1@gmail.com' - from: 'yangtia1@gmail.com' + to: 'libaucx@gmail.com' + from: 'libaucx@gmail.com' body: 'A new issue has been created in your GitHub repository.'