Inject production OAuth client ID+secret into release

This commit is contained in:
Mislav Marohnić 2019-11-08 18:45:48 +01:00
parent 8deaf21520
commit e7bebaeebc
4 changed files with 11 additions and 0 deletions

View file

@ -14,6 +14,9 @@ import (
const (
oauthHost = "github.com"
)
var (
// The GitHub app that is meant for development
oauthClientID = "4d747ba5675d5d66553f"
// This value is safe to be embedded in version control