Skip to content

marek-nogiec/github-actions-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Multi-Repo Actions Dashboard

Very quick project to see Runs statuses from different GitHub repos.

Usage

Create .env file in root dir with two variables:

  • REACT_APP_GITHUB_TOKEN - with GitHub token with repo and workflows scope (you can create one here)
  • REACT_APP_REPOS - comma separated list of repos to include in the dashboard, e.g. REACT_APP_REPOS="owner/name,second-owner/another-name"

Install dependencies and run project

  • yarn
  • yarn start

Browser should open automatically on http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published