{"id":32619136,"url":"https://github.com/caitlinelfring/argo-ci","last_synced_at":"2026-07-02T22:02:01.788Z","repository":{"id":40772731,"uuid":"260539352","full_name":"caitlinelfring/argo-ci","owner":"caitlinelfring","description":"Demo using Argo workflows and Argo Events to build a GitHub CI tool","archived":false,"fork":false,"pushed_at":"2022-12-30T20:19:09.000Z","size":375,"stargazers_count":0,"open_issues_count":12,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-30T18:02:53.602Z","etag":null,"topics":["argo","argo-events","argo-workflows","ci","kubernetes"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/caitlinelfring.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-05-01T19:15:24.000Z","updated_at":"2020-05-01T21:27:23.000Z","dependencies_parsed_at":"2023-01-31T15:45:14.848Z","dependency_job_id":null,"html_url":"https://github.com/caitlinelfring/argo-ci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caitlinelfring/argo-ci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caitlinelfring%2Fargo-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caitlinelfring%2Fargo-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caitlinelfring%2Fargo-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caitlinelfring%2Fargo-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caitlinelfring","download_url":"https://codeload.github.com/caitlinelfring/argo-ci/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caitlinelfring%2Fargo-ci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35064251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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":["argo","argo-events","argo-workflows","ci","kubernetes"],"created_at":"2025-10-30T18:00:07.944Z","updated_at":"2026-07-02T22:02:00.034Z","avatar_url":"https://github.com/caitlinelfring.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# argo-ci\n\nDemo of using [Argo Workflows](https://argoproj.github.io/projects/argo) with [Argo Events](https://argoproj.github.io/projects/argo-events) to build a CI tool for Github.\n\n```bash\nmake init\n\n# expose github gateway\nngrok start -config ngrok.yml --all\n\n# update the github event source with the publicly-exposed url via ngrok\nkubectl edit eventsource -n argo-events github-event-source\n# edit spec.github.example.webhook.url to match the https endpoint provided by ngrok\n# (use the url that's forwarding to 12000)\n# also update to whatever repo you want it to control the webhooks for\n\n# you will also need to update the URL in `.argo/ci.yaml` for the status check (use the url that's forwarding to 2746)\n```\n\nGo to \u003chttp://localhost:9000\u003e and add a new bucket named `artifacts` (default creds)\n\n## Troubleshooting\n\n```bash\n# tail gateway logs\nkubectl logs -f -n argo-events -l gateway-name=github-gateway --all-containers\n\n# tail sensor logs\nkubectl logs -f -l owner-name=github-sensor -n argo-events\n\n# delete all workflows\nkubectl delete workflow -n argo-events --all\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaitlinelfring%2Fargo-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaitlinelfring%2Fargo-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaitlinelfring%2Fargo-ci/lists"}