{"id":19886054,"url":"https://github.com/rishabkumar7/github-actions-sms-alert","last_synced_at":"2026-03-19T12:11:56.434Z","repository":{"id":51226171,"uuid":"510772191","full_name":"rishabkumar7/github-actions-sms-alert","owner":"rishabkumar7","description":"SMS alerts when GitHub action fails using Twilio","archived":false,"fork":false,"pushed_at":"2023-02-13T20:52:06.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-14T04:05:26.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rishabkumar7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-05T14:31:05.000Z","updated_at":"2022-07-05T14:31:05.000Z","dependencies_parsed_at":"2024-11-12T17:38:43.203Z","dependency_job_id":"5f53e7b0-4fda-4d74-af09-75e06095b664","html_url":"https://github.com/rishabkumar7/github-actions-sms-alert","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rishabkumar7/github-actions-sms-alert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabkumar7%2Fgithub-actions-sms-alert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabkumar7%2Fgithub-actions-sms-alert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabkumar7%2Fgithub-actions-sms-alert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabkumar7%2Fgithub-actions-sms-alert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishabkumar7","download_url":"https://codeload.github.com/rishabkumar7/github-actions-sms-alert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabkumar7%2Fgithub-actions-sms-alert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29004695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"online","status_checked_at":"2026-02-02T02:00:07.448Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T17:36:07.112Z","updated_at":"2026-02-02T04:06:11.128Z","avatar_url":"https://github.com/rishabkumar7.png","language":null,"readme":"# github-actions-sms-alert\nSMS alerts when GitHub action fails using Twilio\n\n### Prerequisites\nWhat you’ll need for this:\n- A Twilio Account. [Sign up for free](twilio.com/try-twilio)\n- A Twilio phone number\n- A [Twilio API Key and Secret](https://www.twilio.com/docs/iam/keys/api-key)\n- GitHub Actions\n\nWe will be using the [Twilio SMS Action](https://github.com/marketplace/actions/twilio-sms) from the Actions marketplace.\n- Set up your credentials as secrets in your repository settings using `TWILIO_ACCOUNT_SID`, `TWILIO_API_KEY`, `TWILIO_API_SECRET`\n\n- Add the following to your workflow\n``` yaml\n- name: 'Sending SMS Notification'\n  uses: twilio-labs/actions-sms@v1\n  with:\n    fromPhoneNumber: '+1(234)5678901'\n    toPhoneNumber: '+1(234)3334444'\n    message: 'Hello from Twilio'\n  env:\n    TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}\n    TWILIO_API_KEY: ${{ secrets.TWILIO_API_KEY }}\n    TWILIO_API_SECRET: ${{ secrets.TWILIO_API_SECRET }}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishabkumar7%2Fgithub-actions-sms-alert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishabkumar7%2Fgithub-actions-sms-alert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishabkumar7%2Fgithub-actions-sms-alert/lists"}