-
Notifications
You must be signed in to change notification settings - Fork 17
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
does-not-run-on: GitHub Enterprise plan #81
Comments
Hey @Freubert , thanks for opening an issue on this! We love to see that the tool is in use ❤️ We had issues with Github Enterprise before but never could really drill down the issue as we have not testing setup (we ourselves only use the free plan).
When looking at the code I believe it comes from the fact that the wrong API endpoint is used. I created a PR that normalizes all API endpoints to the Please check if that already works for you. You can just change the integration in your workflow to If that does not solve your issue it might be that your enterprise github is hosted on a custom domain. Is that the case? If so you must modify the variable in the inputs as given in the README. See this part:
Let me know if it works! |
Hi @ArneTR, thanks for the quick response. Unfortunately this doesn't seem to help. The error message raised stays exactly the same on the fixed branch. We are not hosted on a custom domain with our enterprise plan. We are on native github.com as well. Therefor, our API url should also simply be Could I assist any further with more info/logs or something? |
Is it maybe a private repo you are using? In case this part of the docs might help: https://github.com/green-coding-solutions/eco-ci-energy-estimation?tab=readme-ov-file#note-on-private-repos |
Hey @Freubert , sorry the issue was closed automatically although I understand it is not resolved. I just merged the PR as it was needed anyway, but apparently not a fix to this issue. Please follow up if you have more details. The branch to target now with the current version would be |
In fact we are using a private repo, but already had the permission set correctly. Before updating to Github Enterprise the workflow ran flawlessly. |
Our setup suddenly breaks on
display-results
task with following error. I'm not sure, but we recently changed our plan to GitHub Enterprise and I think this is connected. We had to rearrange some of our own workflows as well, as some data structure is different on the Enterprise plan.Seems like the error arises from the first line of the following snippet.
The text was updated successfully, but these errors were encountered: