This is a GitHub Action to notify the user about the changes in a github repo to Whatsapp via Bot. This will help the user track the overall workflow of the project directly form whatsapp
Copy the main.yml to your workflow
OR
Use the action directly form the actions marketplace here
- Create a free twilio account here.
- From your twilio dashboard fetch ACCOUNT SID and AUTH TOKEN.
- Create the following secrets in your repository by going to settings>secrets
SECRET | Purpose |
---|---|
FROM | The twilio whatsapp bot number (default= +14155238886) |
TO | Your Whatsapp number |
TWILIO_ACCOUNT_SID | twilio account sid obtained from your twilio dashboard |
TWILIO_AUTH | twilio auth token obtained from your twilio dashboard |
Give a 🌟 if this project helped you!