Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cpanato/github-actions-dashboard

GitHub Actions Dashboard
https://github.com/cpanato/github-actions-dashboard

actions dashboard github-actions go golang

Last synced: 18 days ago
JSON representation

GitHub Actions Dashboard

Awesome Lists containing this project

README

        

# GitHub Actions Dashboard

This simple project lets you track your CI jobs visually to see what jobs are passing, failing, or running.

It will show the past 12 hours of GitHub workflows that ran.

### Requirements

- A GitHub token to run authenticated requests (because it can run more API calls can be made), and if you need to access any private repo, you will need the `repo` permission.

### Roadmap and upcoming work

- [ ] Helm chart
- [ ] Example of how to deploy in Google Cloud Run

### Screenshots

![home](https://github.com/cpanato/github-actions-dashboard/blob/main/assets/home.png?raw=true)

![dashboard](https://github.com/cpanato/github-actions-dashboard/blob/main/assets/dashboard.png?raw=true)