athul/SGS

Get an SMS when something new happens on GitHub like a new Issue,PR or Push

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 12, 2020
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: athul/sgs@3d08bdb4ac3b65a517970e426c1c20eb8db4b5d4 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
FROM_NUMPhone number in your Twilio account to send the SMS fromyes
TO_NUMPhone number to send the SMS toyes
TWILIO_ACCOUNT_SIDA Twilio Account SID. Can alternatively be stored in environmentyes
TWILIO_API_KEYA Twilio API Key. Can alternatively be stored in environmentyes
TWILIO_API_SECRETA Twilio API Secret. Can alternatively be stored in environmentyes
iu_titleIssue Title${{ github.event.issue.title }}
pr_titleTitle of the PR${{ github.event.pull_request.title }}

no outputs