Closed TheLortex closed 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" ] }
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" ] }