{"id":19517522,"url":"https://github.com/ivkos/cloud-build-notifier","last_synced_at":"2025-07-18T04:34:36.268Z","repository":{"id":38772339,"uuid":"271997444","full_name":"ivkos/cloud-build-notifier","owner":"ivkos","description":"Sends email notifications for Google Cloud Build","archived":false,"fork":false,"pushed_at":"2022-12-13T01:43:33.000Z","size":111,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T00:12:26.674Z","etag":null,"topics":["cloud-build","cloudbuild","email","functions","gcp","gcp-cloud-functions","google-cloud-build","lambda","notifications"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivkos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-13T11:40:52.000Z","updated_at":"2022-07-27T14:28:53.000Z","dependencies_parsed_at":"2022-08-24T05:31:14.648Z","dependency_job_id":null,"html_url":"https://github.com/ivkos/cloud-build-notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ivkos/cloud-build-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivkos%2Fcloud-build-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivkos%2Fcloud-build-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivkos%2Fcloud-build-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivkos%2Fcloud-build-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivkos","download_url":"https://codeload.github.com/ivkos/cloud-build-notifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivkos%2Fcloud-build-notifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265701044,"owners_count":23813745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cloud-build","cloudbuild","email","functions","gcp","gcp-cloud-functions","google-cloud-build","lambda","notifications"],"created_at":"2024-11-11T00:04:24.573Z","updated_at":"2025-07-18T04:34:36.226Z","avatar_url":"https://github.com/ivkos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud Build Notifier\n\nFunction for [Google Cloud Functions](https://cloud.google.com/functions) \nthat listens on [Cloud Build](https://cloud.google.com/cloud-build)'s \npub/sub topic for build status updates, and sends email via [SendGrid](https://sendgrid.com).\n\n\n## Deploy\n1. [Obtain an API key for SendGrid](https://sendgrid.com/docs/ui/account-and-settings/api-keys/).\n2. Configure the function name, the region, the pub/sub topic, and the environment variables in the example below.\n3. Run the command:\n\n```bash\ngcloud functions deploy \\\n    cloud-build-notifier \\\n    --region=europe-west1 \\\n    --trigger-topic=cloud-builds \\\n    --source=. \\\n    --entry-point=handleEvent \\\n    --runtime=nodejs10 \\\n    --memory=128MB \\\n    --update-env-vars='EMAIL_FROM=builds@example.com,EMAIL_TO=you@example.com,SENDGRID_API_KEY=very.secret'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivkos%2Fcloud-build-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivkos%2Fcloud-build-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivkos%2Fcloud-build-notifier/lists"}