How to reset ApplicationSetting and Ci::Build token use gitlab-rake gitlab:doctor:reset_encrypted_tokens

I use

DRY_RUN=false VERBOSE=true MODEL_NAMES=Project,Group TOKEN_NAMES=runners_token gitlab-rake gitlab:doctor:reset_encrypted_tokens 

reset project and group secret success. but gitlab-rake gitlab:doctor:secrets still show

ApplicationSetting failures: 1 
Ci::Build failures: 28293, 

I don’t know ApplicationSetting and Ci::Build model names and token name so I cannot reset them, what’ their model name and token name?

my gitlab version: gitlab-ce 16.10.1