Token Who Am I
Version updated for https://github.com/CatChen/token-who-am-i-action to version v2.0.22.
- This action is used across all versions by 3 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The token-who-am-i-action GitHub Action retrieves identity information associated with a provided GitHub token, such as the username, email, account type (user or bot), and token type. It automates the process of identifying the entity behind a GitHub token, simplifying debugging and authentication workflows for developers using GitHub Actions. Key capabilities include extracting token details like permissions scopes and differentiating between various token types (e.g., Personal Access Tokens, GitHub App tokens).
What’s Changed
What’s Changed
- Synchronized GitHub GraphQL schema by @check-git-status-bot[bot] in https://github.com/CatChen/token-who-am-i-action/pull/425
- Bump the development-dependencies group with 3 updates by @dependabot[bot] in https://github.com/CatChen/token-who-am-i-action/pull/426
- Bump the development-dependencies group with 3 updates by @dependabot[bot] in https://github.com/CatChen/token-who-am-i-action/pull/427
- Bump eslint from 10.2.1 to 10.3.0 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/token-who-am-i-action/pull/428
Full Changelog: https://github.com/CatChen/token-who-am-i-action/compare/v2.0.21...v2.0.22