ocurrent / ocaml-docs-ci

CI building documentation for ALL versions of ALL packages !
https://docs.ci.ocaml.org
MIT License
17 stars 14 forks source link

add login #65

Closed TheLortex closed 3 years ago

TheLortex commented 3 years ago

We need to configure oauth login because random people have started to add random rules in https://docs.ci.ocaml.org/log-rules

Start the service with --github-oauth path.json, where the file contains:

{ "client_id": "...", "client_secret": "...", "scopes": [ "user:email" ] }