on: push: branches: - main - 'releases/*' jobs: sms_notification: runs-on: ubuntu-latest steps: - uses: tyntec/github-action-sms@v1 # PATH TO TYNTEC GITHUB ACTION with: fromPhoneNumber: ${{ secrets.FROM_PHONE_NUMBER }} toPhoneNumber: ${{ secrets.TO_PHONE_NUMBER }} message: There are new changes in your GitHub repository. env: TYNTEC_API_KEY: ${{ secrets.TYNTEC_API_KEY }}

You will need
- An active tyntec SMS API key.
- A Github account.
- Your favorite text editor with Syntax Highlighting.
- Node.js installed.



"git clone <repoUrl>"
"git add ." "git commit" "git push origin"


