Personal Access Tokens "last used" never updated by git push/pull operations
Proposal
To use HTTPS clone URLs with accounts that have 2FA enabled, you must use a personal access token as your password. As noted in the documentation (which is why I call this a feature proposal), if the token is never used in the HTTP or GraphQL apis, it will be reported as 'never used'. This is annoying when you would like to periodically check which of your tokens are still being used, see a few that say "never", delete them and then are unable to clone anything anymore
Please make git operations update the usage timestamps for PATs.