Skip to content

Commit

Permalink
use new mailbot
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjit-bhat committed Jan 21, 2025
1 parent a4f2f84 commit fe62174
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/mailbot.json

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/mailbot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Commit mailbot
on: push

jobs:
mailbot:
uses: sanjit-bhat/github-mailbot/.github/workflows/mailbot.yml@main
with:
host: smtp.gmail.com
port: 587
from: [email protected]
to: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
secrets:
password: ${{ secrets.MAILBOT_PASSWORD }}

0 comments on commit fe62174

Please sign in to comment.