GitHub ERROR probot: Integration not found, documentation_url

…衆ロ難τιáo~ 提交于 2019-12-07 09:19:49

问题


I had issues with authentication when working with GitHub's Probot app. When I ran the app using npm start, I would get

github: Github request: GET /app/installations - 404 Not Found

and

ERROR probot: {"message":"Integration not found", "documentation_url": "https://developer.github.com/v3"}

I later found that the reason I was getting this issue was because I was working from a GitHub Enterprise account and needed to add an extra variable to my .env file:

GHE_HOST=github.your_company.com

After restarting my app, I no longer had those issues.

来源:https://stackoverflow.com/questions/50844416/github-error-probot-integration-not-found-documentation-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!