Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 618 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 618 Bytes

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