文件名称:hubot-ghe:通过Hubot访问您的GitHub Enterprise实例
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-21 23:26:41
CoffeeScript
Hubot:GitHub Enterprise
通过Hubot访问您的GitHub Enterprise实例。
安装
在您的hubot项目存储库中,运行:
npm install hubot-ghe --save
然后将hubot-ghe添加到您的external-scripts.json :
[
" hubot-ghe "
]
配置
注意:您必须是GitHub Enterprise设备的站点管理员才能创建具有正确权限的令牌。
创建一个并将其复制到HUBOT_GHE_TOKEN环境变量。
将您的GitHub Enterprise URL复制到HUBOT_GHE_URL环境变量。
export HUBOT_GHE_TOKEN=
【文件预览】:
hubot-ghe-master
----.gitignore(13B)
----package.json(658B)
----src()
--------ghe.coffee(4KB)
----LICENSE.md(1KB)
----changelog.md(440B)
----README.md(985B)
----index.coffee(393B)
----script()
--------bootstrap(336B)
--------test(110B)
----test()
--------ghe_test.coffee(382B)