tmknom/Revoke GitHub Token
This action revokes a specified GitHub App installation access token. Although these tokens automatically expire after one hour, immediate revocation enhances security. To prevent workflow failures, this action **always succeeds**. Even if the token has already been revoked or an API error occurs, the action will return a success status to prevent workflow disruptions. See the [FAQ](#faq) for more details on this behavior. ## Usage ```yaml steps: - name: Revoke GitHub Token uses: tmknom/revoke-github-token-action@v0 with: token: <your-github-installation-access-token> ```
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub App installation access token to revoke. | yes | — |
Outputs
no outputs