jcantosz/Organization Repo Team Export

Export team access for every repository in an organization to CSV.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
orgThe GitHub organization to inspectyes${{ github.repository_owner }}
tokenGitHub token (defaults to GITHUB_TOKEN)no
app_idGitHub App ID (for GitHub App authentication)no
installation_idGitHub App installation ID (for GitHub App authentication)no
private_keyGitHub App private key (PEM format). Provide multiline private key as action input or via a secret.no
outputPath to write the CSV fileno${{ inputs.org }}-repo-teams.csv
namedescription
csv-pathPath to the CSV file generated by the action