catchen/Token Who Am I
Retrieve identity information behind the GitHub token
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token. | yes | — |
Outputs
| name | description |
|---|---|
| login | Username or bot login behind the token. |
| global-id | Global GraphQL ID of the identity behind the token. |
| id | Numeric user ID of the identity behind the token. |
| name | Display name of the identity behind the token. |
| Public email (user) or generated noreply email (bot). | |
| type | Identity type. Either User or Bot. |
| app-slug | GitHub App slug when the identity type is Bot. |
| scopes | Classic PAT scopes from x-oauth-scopes response header, when available. |
| token-kind | Token type detected by token format prefix. |