From e5995a63a8ce9a416043bfb422f5e3d50991a857 Mon Sep 17 00:00:00 2001 From: Rohan Balgotra <112085387+Simbaa815@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:18:07 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 034f49e..0d3fb18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,11 +14,8 @@ jobs: with: server_address: smtp.gmail.com server_port: 587 - username: ${{ secrets.EMAIL_USERNAME }} - password: ${{ secrets.EMAIL_PASSWORD }} subject: Commit Notification to: ${{ secrets.EMAIL_TO }} - from: ${{ secrets.EMAIL_USERNAME }} body: | A new commit has been made to the repository on branch ${{ github.ref }}. Commit message: ${{ github.event.head_commit.message }}