jcantosz/Organization Repo Team Export
Export team access for every repository in an organization to CSV.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| org | The GitHub organization to inspect | yes | ${{ github.repository_owner }} |
| token | GitHub token (defaults to GITHUB_TOKEN) | no | — |
| app_id | GitHub App ID (for GitHub App authentication) | no | — |
| installation_id | GitHub App installation ID (for GitHub App authentication) | no | — |
| private_key | GitHub App private key (PEM format). Provide multiline private key as action input or via a secret. | no | — |
| output | Path to write the CSV file | no | ${{ inputs.org }}-repo-teams.csv |
Outputs
| name | description |
|---|---|
| csv-path | Path to the CSV file generated by the action |