From 1ca98def1ee8f3e42d53ae444174ace0705ff236 Mon Sep 17 00:00:00 2001 From: Prashant-Microsoft Date: Fri, 30 Aug 2024 20:47:04 +0530 Subject: [PATCH] testing automation flow --- .github/workflows/deploy-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index 7a91f4400..7047f257a 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -53,7 +53,7 @@ jobs: if: failure() uses: dawidd6/action-send-mail@v3 with: - server_address: smtp.gmail.com + server_address: smtp.office365.com server_port: 587 username: ${{ secrets.EMAIL_USERNAME }} password: ${{ secrets.EMAIL_PASSWORD }}