Browse Source

Merge pull request #14710 from richardkchapman/noemail78

Stop using gmail for failure notifications

Reviewed-By: Jake Smith <jake.smith@lexisnexis.com>
Richard Chapman 4 years ago
parent
commit
d7da4c6086
1 changed files with 0 additions and 13 deletions
  1. 0 13
      .github/workflows/build-and-publish.yml

+ 0 - 13
.github/workflows/build-and-publish.yml

@@ -24,17 +24,4 @@ jobs:
         with:
           username: ${{ secrets.DOCKER_USERNAME }}
           password: ${{ secrets.DOCKER_PASSWORD }}
-      - name: Notify on failure
-        uses: hpcc-systems/action-send-mail@v2
-        if: ${{ failure() }}
-        with:
-          server_address: smtp.gmail.com
-          server_port: 465
-          username: ${{secrets.GMAIL_USER}}
-          password: ${{secrets.GMAIL_PW}}
-          subject: Github Actions job result
-          body: Build job of ${{github.repository}} failed!
-          to: ${{secrets.GMAIL_RECIPIENTS}}
-          from: Github Actions
-