Skip to content

Commit

Permalink
upated
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchayan721 committed Aug 10, 2023
1 parent a250373 commit 2b70bf7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,6 @@ jobs:
exit
EOF
- name: Send Email Notification
uses: dawidd6/action-send-mail@v2
with:
server_address: ${{ secrets.MAIL_SERVER_ADDRESS }}
server_port: ${{ secrets.MAIL_SERVER_PORT }}
username: ${{ secrets.MAIL_SERVER_UID }}
password: ${{ secrets.MAIL_SERVER_PASS }}
subject: "IMS-Corp Deployment on Staging"
body: ${{ steps.prepare_email.outputs.content }}
from: ${{ secrets.MAIL_SERVER_UID }}
to: ${{ secrets.MAIL_SERVER_UID }}
content_type: text/html

- name: Send Email
uses: Brahmware/Send-Notification@main
with:
Expand Down

0 comments on commit 2b70bf7

Please sign in to comment.