{"id":40525149,"url":"https://github.com/fileformat/ghashboard","last_synced_at":"2026-01-20T21:32:17.263Z","repository":{"id":218408146,"uuid":"743796858","full_name":"fileformat/ghashboard","owner":"fileformat","description":"Auto-generate Github Actions dashboards","archived":false,"fork":false,"pushed_at":"2024-05-22T18:45:57.000Z","size":816,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T18:48:55.321Z","etag":null,"topics":["ci","continuous-integration","dashboard","github-actions","monitoring"],"latest_commit_sha":null,"homepage":"http://ghashboard.marcuse.info/","language":"Go","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/fileformat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-01-16T02:21:57.000Z","updated_at":"2024-05-30T04:49:47.276Z","dependencies_parsed_at":"2024-01-27T05:23:39.208Z","dependency_job_id":"a45d6f34-d30c-4aa3-aa19-b958f829f6db","html_url":"https://github.com/fileformat/ghashboard","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.0357142857142857,"last_synced_commit":"ea21521a59d0be27fe33460fefaeb5a8bc29d0c0"},"previous_names":["fileformat/ghashboard"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/fileformat/ghashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fileformat%2Fghashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fileformat%2Fghashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fileformat%2Fghashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fileformat%2Fghashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fileformat","download_url":"https://codeload.github.com/fileformat/ghashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fileformat%2Fghashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28614577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ci","continuous-integration","dashboard","github-actions","monitoring"],"created_at":"2026-01-20T21:32:16.578Z","updated_at":"2026-01-20T21:32:17.257Z","avatar_url":"https://github.com/fileformat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Actions Dashboard (aka ghashboard) [\u003cimg alt=\"Ghashboard Logo\" src=\"docs/favicon.svg\" height=\"96\" align=\"right\"/\u003e](https://ghashboard.marcuse.info/)\n\n[![build](https://github.com/fileformat/ghashboard/actions/workflows/build.yaml/badge.svg)](https://github.com/fileformat/ghashboard/actions/workflows/build.yaml)\n[![release](https://github.com/fileformat/ghashboard/actions/workflows/release.yaml/badge.svg)](https://github.com/fileformat/ghashboard/actions/workflows/release.yaml)\n[![Version](https://img.shields.io/github/v/tag/fileformat/ghashboard?sort=semver\u0026style=plastic\u0026label=Version\u0026labelColor=black\u0026color=blue)](https://github.com/fileformat/ghashboard/releases)\n\nA tool for making dashboard pages with all the badges from your Github Actions.\n\n## Examples\n\n[![VectorLogoZone example](docs/images/thumbnails/08_result.png)](docs/images/screenshots/08_result.png \"Example w/defaults\")\n[![External badges example](docs/images/thumbnails/10_customized_result.png)](docs/images/screenshots/10_customized_result.png \"Example w/additional external badges\")\n\n## Using via Github Actions\n\nIt works really well to as a generator for Github profiles (example: [workflow yaml](https://github.com/VectorLogoZone/.github/blob/main/.github/workflows/update.yaml) and [resulting profile](https://github.com/VectorLogoZone)).\n\nYou will need to give it a personal access token (PAT) that has rights to all the repos.  The standard `GITHUB_TOKEN` for the action is limited to only its own repo.\n\nThis has to be a [Personal Access Token (classic)](https://github.com/settings/tokens).  If you are only doing public repos, you can give it just the single `repo:public_repo` permission.  If you are doing private repos, you need to give it the whole `repo` permission.\n\nI wasn't able to get a fine-grained token to work, though theoretically it should be possible.\n\n## Using via CLI\n\nDownload the latest version from the [Github Releases page](https://github.com/fileformat/ghashboard/releases)\n\nYou can use `gh auth token` to get  working access token.\n\nA sample command:\n```\nexport GITHUB_TOKEN=$(gh auth token)\nghashboard --owners=google,spf13\n```\n\n## Options\n\nEither as inputs for the Github Action or flags for the CLI.\n\nNotes:\n * either `owners` or `repos` is required.\n * either `public` or `private` must be true\n\n| Name       |  Description          |\n| ---------- |  -------------------- |\n|  `archived` |  include archived repos? (default is `false`) |\n|  `empty` |  include repos with no workflows: useful if you have external badges (default is `false`) |\n|  `exclude` |  workflows to exclude (comma-separated list) |\n|  `externals` |  external badges ([list](https://github.com/fileformat/ghashboard/blob/main/externalbadges.go#L25)) to include.  Note that these usually only work with public repos |\n|  `footer` |  footer text |\n|  `forks` |  include forked repos? |\n|  `format` |  output format: `csv`, `markdown` or `json`.  `json` is good for debugging.  (default is `markdown`) |\n|  `header` |  header text |\n|  `inactive` |  include inactive workflows? |\n|  `include` |  workflows to include: others will be skipped (comma-separated list) |\n|  `log-level` |  log level: `debug`, `info`, `warn` or `error` |\n|  `output` |  output file to create (or `-` for stdout) |\n|  `owners` |  list of owners (comma-separated list) |\n|  `private` |  include private repos? |\n|  `public` |  include public repos? |\n|  `repos` |  list of repos (comma-separated list) |\n|  `skip` |  exclude specific repos (use `owner/name`) |\n|  `title` |  title text |\n|  `token` |  Github token: not absolutely required, but you will run into rate-limits without one |\n\n## Frequently Asked Questions\n\n### How do you pronounce it?\nIt is pronounced (in an upper-crust accent) \"gosh-board\", not \"gashboard\" like some sort of horror flick.\n\n### Can I have only a specific set of repos?\nYes!  Make a list outside of ghashboard in a file (one line per repo) and use `--repos @repolist.txt`.  You can build a list with the [gh](https://cli.github.com/) CLI.  For example: `gh repo list --json nameWithOwner --jq '.[].nameWithOwner'`.\n\n### Why is are the badges showing up as broken images for my private repos?\nThe page needs to be hosted on Github: otherwise the Github doesn't know who you are and that you have the necessary rights.\n\n\n## Developing\n\nSee `run.sh` for how I run it during development.\n\n## Contributing\n\nContributions welcome!\n\n## License\n\n[MIT](LICENSE.txt)\n\n## Credits\n\n[![Git](https://www.vectorlogo.zone/logos/git-scm/git-scm-ar21.svg)](https://git-scm.com/ \"Version control\")\n[![Github](https://www.vectorlogo.zone/logos/github/github-ar21.svg)](https://github.com/ \"Code hosting\")\n[![golang](https://www.vectorlogo.zone/logos/golang/golang-ar21.svg)](https://golang.org/ \"Programming language\")\n[![Google Noto Emoji](https://www.vectorlogo.zone/logos/google/google-ar21.svg)](https://github.com/googlefonts/noto-emoji/ \"Logo\")\n[![Markdown](https://www.vectorlogo.zone/logos/commonmark/commonmark-ar21.svg)](https://commonmark.org/ \"CommonMark Markdown\")\n[![Shields.IO](https://www.vectorlogo.zone/logos/shieldsio/shieldsio-ar21.svg)](http://shields.io/ \"README badges\")\n[![VectorLogoZone](https://www.vectorlogo.zone/logos/vectorlogozone/vectorlogozone-ar21.svg)](https://www.vectorlogo.zone/ \"Logos\")\n\n* [GoReleaser](https://goreleaser.com/) - packaging for release\n* [Steve Francia](https://spf13.com/) - [viper](https://github.com/spf13/viper)\n* [Steve Francia](https://spf13.com/) - [cobra](https://github.com/spf13/cobra)\n* See [`go.mod`](https://github.com/fileformat/ghashboard/blob/main/go.mod) for other golang modules used\n* [jq](https://jqlang.github.io/jq/) - JSON manipulation\n* [cb](https://github.com/niedzielski/cb) - clipboard utility\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffileformat%2Fghashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffileformat%2Fghashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffileformat%2Fghashboard/lists"}