Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cpanato/github-actions-dashboard
- Owner: cpanato
- License: apache-2.0
- Created: 2023-07-01T09:34:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T06:59:56.000Z (7 months ago)
- Last Synced: 2024-04-14T16:07:32.471Z (7 months ago)
- Topics: actions, dashboard, github-actions, go, golang
- Language: Go
- Homepage:
- Size: 302 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)