Skip to content

Commit

Permalink
[githubaction] Switch to Outlook as from/smtp server.
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann committed May 15, 2020
1 parent e3f88b3 commit 673e19b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/emailnotify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
githubToken: ${{ secrets.GHTOKEN }}
to: [email protected]
from: root-git.cern.ch
smtp: smtp.gmail.com
from: root-project-git[email protected]
smtp: smtp.office365.com
port: 587
login: root.dev.team@gmail.com
login: root-project-git-notifier@outlook.com
password: ${{ secrets.SMTPPW }}

0 comments on commit 673e19b

Please sign in to comment.