













# gitlab-rails console
Ci::Runner.all.upda
te_all(token_encrypted: nil)
exit
$ gitlab-rails dbconsole
UPDATE projects SET runners_token = null, runners_token_encrypted = null;
# 将所有项目的runners_token和runners_token_encrypted字段设置为null。
UPDATE namespaces SET runners_token = null, runners_token_encrypted = null;
# 将所有命名空间(例如用户或组)的runners_token和runners_token_encrypted字段设置为null。
UPDATE application_settings SET runners_registration_token_encrypted = null;
# 将GitLab应用程序设置中的runners_registration_token_encrypted字段设置为null。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。