-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
doesn't seem to work with Github Enterprise? #139
Comments
I've released a new version of the action ( By the way, I'm not sure if you need to set the environment variables explicitly in the workflow like that. Try without first, because I have a feeling those are set automatically on the runner. |
It worked! Thanks! With this change can I drop the environment variables? |
As I mentioned, I'm not sure if you need them because it's my understanding that they should already be set on the runner for GHE. But I'm not an expert on GHE, so could be wrong. Please try removing them and see if it still works. |
Done and it still works. Thanks again! |
Using Github Enterprise (GHE) the URLs for the repos and APIs are different. I have set GITHUB_SERVER_URL, GITHUB_GRAPHQL_URL and GITHUB_API_URL without success. It seems to be ignoring the GRAPHQL URL variable entirely, or I am setting it wrong.
Error: request to https://api.github.com/graphql failed.
I am not quite sure where it's failing (is there a debug mode?) specifically.
The text was updated successfully, but these errors were encountered: