Skip to content

Commit

Permalink
Update security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolcanades authored Oct 20, 2024
1 parent 91ac8b6 commit 1faedb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
if: success()
uses: dawidd6/action-send-mail@v3
with:
server_address: smtp.office365.com
server_address: smtp.gmail.com
server_port: 587
username: ${{ secrets.OUTLOOK_USERNAME }}
password: ${{ secrets.OUTLOOK_PASSWORD }}
username: ${{ secrets.SMTP_USERNAME }}
password: ${{ secrets.SMTP_PASSWORD }}
subject: "Security Alert: Vulnerabilities Detected"
body: "Dependabot found vulnerabilities in your project dependencies. Please review the logs."
to: "dome@in2.es"
Expand Down

0 comments on commit 1faedb5

Please sign in to comment.