-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enterprise Github Account #217
Comments
This looks a
https://danger.systems/js/guides/getting_started.html#enterprise-github I would set just the |
It feels more likely that Danger can't figure out your repo from the CI env vars, is it possible it needs some extra work from the guides? |
@f-meloni actually i exported the two env params mentioned here: @orta I've already exported the required params before running Danger-Swift on my private project, yet i get the aforementioned error! |
@Meseery2 mmm there is something strange... the two docs are saying two different things, but they both use |
@f-meloni Actually i am a little bit confused of the error as i see |
There are details about how this works here: https://danger.systems/swift/tutorials/architecture.html |
@orta so i am trying to make a POC to integrate Danger system in enterprise Github hosted repo, docs is not clearing this out so far .. so any suggestions about the current issue ? |
I know that at some point Danger JS worked in GitHub enterprise, I don't have an enterprise account so I can't really test it myself. There were danger/danger-js#797 and danger/danger-js#803 which imply people are using it, I'd recommend trying to run it with |
I am trying to run danger on a repo hosted on Github Enterprise account, i got the following error description:
i've exported the following ahead:
export DANGER_GITHUB_API_TOKEN='TOKEN'
export DANGER_GITHUB_HOST=GITHUB ENTERPRISE HOST
export DANGER_GITHUB_API_BASE_URL=GITHUB ENTERPRISE API BASE URL
The text was updated successfully, but these errors were encountered: