Skip to content

opendatazurich/github_actions_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions Monitor

Simple tool to monitor Github Actions workflows.

Uses Github REST API endpoints for workflow runs.

Functionality

Overview over current status of all workflows (including status badge for last run).

Overview

Detailed information about single runs.

Time Series

Failure

fractions

Setup

  • The app is realized in streamlit and can be run locally via: python -m streamlit run actions_monitor.py
  • You need to create a Github access token which should have read-only access to your repository.
  • For local testing you need to create a .streamlit/secrets.toml file (see Streamlit docs). The toml file contains the the access token an repo:

ACCESS_TOKEN = 'XXXXX'
REPO = 'opendatazurich/opendatazurich.github.io'

About

Simple tool to monitor Github Actions workflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages