Produces a report, displaying data on which GitHub Actions and Workflows are being used across your repositories.
You can see the report here.
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txtExport your GitHub token that you want to use with the GitHub REST API: export GITHUB_TOKEN=my_token
- Configure list of target repositories.
- Run the script:
python main.py
python -m unittest test_main.py