-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Labels
Description
Currently, we make requests to raw.githubusercontent.com which fails to work with private repositories as the [email protected] scheme no longer works. PATs do not seem to work as a query string ?token=.
The solution appears to be in the GitHub Contents API with the usage basic auth
stephenmathieson and Isty001