Make and start using proof primitives for func_call and method_call #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |