CLI: Reset token for runner register

When using a token that are provided by the GUI, a reset of such token via GUI makes the token unusable. So far so good. When using a token that are generated via CLI:

gitea actions generate-runner-token --scope repo/name

I can not reset such token. Its always valid (even after resetting the token in the scope via GUI). The above command still generates the same token string that can be used to register new runners. The intention is to make such token obsolete to prevent abuse from the runners side.

Any hint to invalidate the token from the CLI command …