Skip to content

Commit

Permalink
new github actions mailbot
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjit-bhat committed Jan 13, 2025
1 parent 80232d2 commit 6fc396c
Showing 1 changed file with 13 additions and 0 deletions.
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],[email protected]
secrets:
password: ${{ secrets.MAILBOT_PASSWORD }}

0 comments on commit 6fc396c

Please sign in to comment.