athul/SGS
Get an SMS when something new happens on GitHub like a new Issue,PR or Push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 12, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: athul/sgs@3d08bdb4ac3b65a517970e426c1c20eb8db4b5d4 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| FROM_NUM | Phone number in your Twilio account to send the SMS from | yes | — |
| TO_NUM | Phone number to send the SMS to | yes | — |
| TWILIO_ACCOUNT_SID | A Twilio Account SID. Can alternatively be stored in environment | yes | — |
| TWILIO_API_KEY | A Twilio API Key. Can alternatively be stored in environment | yes | — |
| TWILIO_API_SECRET | A Twilio API Secret. Can alternatively be stored in environment | yes | — |
| iu_title | Issue Title | — | ${{ github.event.issue.title }} |
| pr_title | Title of the PR | — | ${{ github.event.pull_request.title }} |
Outputs
no outputs