diff --git a/.github/workflows/pr-notification.yml b/.github/workflows/pr-notification.yml index 2eb8468..ccc4da0 100644 --- a/.github/workflows/pr-notification.yml +++ b/.github/workflows/pr-notification.yml @@ -15,13 +15,14 @@ jobs: - name: Send notification email uses: dawidd6/action-send-mail@v16 with: - server_address: "smtp-mail.outlook.com" - server_port: 587 - username: "epschedule@hotmail.com" - password: ${{ secrets.MAIL_PASSWORD }} + server_address: "smtp.gmail.com" + server_port: 465 + secure: true + username: ${{ secrets.GMAIL_USER }} + password: ${{ secrets.GMAIL_APP_PASSWORD }} subject: "New PR: ${{ github.event.pull_request.title }}" to: ajosan@eastsideprep.org,cwest@eastsideprep.org - from: EPSchedule GitHub + from: 'EPSchedule GitHub <${{ secrets.GMAIL_USER }}>' body: | A new pull request has been submitted to EPSchedule.