Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
/ gha-stats-next Public archive

Visualized statistics of GitHub Actions CI

Notifications You must be signed in to change notification settings

honeypotio/gha-stats-next

Repository files navigation

gha-stats-next

Visualized statistics of GitHub Actions CI

Try it at: https://honeypotio.github.io/gha-stats-next/

Fork me!

Example

Usage

cp .env.local.example .env.local
yarn install
yarn dev

Deployment

The data is exported into a static page nightly and deployed to GitHub Pages (needs to be enabled in repo settings).

Use the CONFIG repository secret to specify repos and workflows to display. See example in .env.local.example