This script will list all active repositories in an organization with GitHub Actions workflows.
- Generate Access Token with
reposcope and replace<TOKEN> - Replace
<ORGANIZATION>with your organizaiton name - Save to file and run the script
#!/bin/sh
token="<TOKEN>"