Token Who Am I
Version updated for https://github.com/CatChen/token-who-am-i-action to version v2.0.13.
- 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 detailed identity information associated with a given GitHub token. It automates the process of identifying the user or bot behind a token, including details such as username, ID, email, account type, token type, and permission scopes. This helps GitHub Actions authors gain insights into the token’s origin and scope for better control and debugging of workflows.
Release notes
What’s Changed
- Bump the development-dependencies group with 3 updates by @dependabot[bot] in https://github.com/CatChen/token-who-am-i-action/pull/347
- Bump the development-dependencies group with 2 updates by @dependabot[bot] in https://github.com/CatChen/token-who-am-i-action/pull/348
- Bump @types/node from 25.2.3 to 25.3.0 in the types group by @dependabot[bot] in https://github.com/CatChen/token-who-am-i-action/pull/349
- Bump @octokit/plugin-retry from 8.0.3 to 8.1.0 by @dependabot[bot] in https://github.com/CatChen/token-who-am-i-action/pull/350
- Bump CatChen/check-git-status-action from 1 to 2 by @dependabot[bot] in https://github.com/CatChen/token-who-am-i-action/pull/351
- Document action outputs in
action.ymlby @CatChen in https://github.com/CatChen/token-who-am-i-action/pull/355 - Template dependency sync by @CatChen in https://github.com/CatChen/token-who-am-i-action/pull/357
- Add token-kind output and detection; simplify actor types and add workflow assertions by @CatChen in https://github.com/CatChen/token-who-am-i-action/pull/358
- Bump eslint from 10.0.0 to 10.0.1 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/token-who-am-i-action/pull/352
Full Changelog: https://github.com/CatChen/token-who-am-i-action/compare/v2.0.12...v2.0.13