-
Notifications
You must be signed in to change notification settings - Fork 265
Open
Labels
Description
Currently, we make requests to raw.githubusercontent.com which fails to work with private repositories as the token@raw.githubusercontent.com 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
Reactions are currently unavailable