Skip to main content
 首页 » 编程设计

github之github 上的 "bot account"是什么

2024年09月07日11xing901022

我正在阅读一些 docs讨论如何在 GitHub 上对特定存储库进行身份验证。他们说“您可能希望为此使用机器人帐户。” (文档由 Github 员工编写)。什么是机器人账户?我怎么得到一个?

请您参考如下方法:

看这一段,“User Accounts / What's the difference between user and organization accounts?

User accounts are intended for humans, but you can give one to a robot, such as a continuous integration bot, if necessary.



换句话说,“用户帐户”可以用于“人”(正常情况),但也可以由自动化进程(“机器人”)使用。

这正是 Benbalter 在 Change Agent 中使用 GitHub 的方式。你上面提到的项目。

问:我如何获得一个?

答:“bot 帐户”只是另一个 Github 用户帐户。您可以像创建任何其他 Github 用户帐户一样创建它。