Skip to content

Use direct calls for channel model #1555

Use direct calls for channel model

Use direct calls for channel model #1555

Workflow file for this run

name: Commit mailbot
on: push
jobs:
mailbot:
if: github.actor != 'dependabot[bot]'
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 }}