You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting GH_ENTERPRISE_URL and corresponding GitHub APP parameters the issue-metrics action still tries to use GitHub public to login.
After checking the implementation code it seems that the combination of GH EE and GitHub APP is not supported, but the documentation is not clear about this.
To Reproduce
Setup GH_ENTERPRISE_URL
Setup GH_APP_ID, GH_APP_INSTALLATION_ID and GH_APP_PRIVATE_KEY
Yes, that is correct that the code doesn't currently accommodate that option but I don't think there is anything preventing us from a technical implementation for that. So we would be open to a pull request on this or once a maintainer found the time we could add this configuration.
Describe the bug
After setting
GH_ENTERPRISE_URL
and corresponding GitHub APP parameters the issue-metrics action still tries to use GitHub public to login.After checking the implementation code it seems that the combination of GH EE and GitHub APP is not supported, but the documentation is not clear about this.
To Reproduce
GH_ENTERPRISE_URL
GH_APP_ID
,GH_APP_INSTALLATION_ID
andGH_APP_PRIVATE_KEY
Expected behavior
Setting
GH_ENTERPRISE_URL
should trigger the correct usage of the GitHub EE authentication endpoint.Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: