Closed
Description
Using App token authentication with Github Enterprise Server does not work because the base url defaults to github.com
even though the custom URL is set.
This is caused by the following code:
github-datasource/pkg/github/client/client.go
Lines 77 to 91 in 8910888
The BaseURL
of itr
is not updated and defaults to github.com
. To do this properly, do it as described here: bradleyfalzon/ghinstallation#90 (comment)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Complete