tentwentyone/Revoke Unused GitHub Credentials
An action to revoke unused GitHub credentials linked to a GitHub organization
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dry-run | Indicates whether the action should perform a dry run. | yes | true |
| days | Number of days to check for inactive credentials. | yes | 45 |
| whitelist | List of credential IDs to ignore (comma separated). If empty, the GH_WHITELIST environment variable will be used. | no | "" |
| gh_app_id | GitHub App ID. | yes | — |
| gh_pem_key | GitHub App PEM key. | yes | — |
| gh_install_id | GitHub App installation ID. | yes | — |
| gh_org | GitHub organization. | yes | ${{ github.repository_owner }} |
Outputs
no outputs