mise github token
- Usage:
mise github token [--unmask] [HOST] - Source code:
src/cli/github/token.rs
Display the GitHub token mise will use for a given host
Shows which token source mise would use, useful for debugging authentication issues. The token is masked by default.
Arguments
[HOST]
GitHub hostname
Default: github.com
Flags
--unmask
Show the full unmasked token
Examples:
$ mise github token
github.com: ghp_…xxxx (source: GITHUB_TOKEN)
$ mise github token --unmask
github.com: ghp_xxxxxxxxxxxx (source: GITHUB_TOKEN)
$ mise github token github.mycompany.com
github.mycompany.com: (none)