Inject production OAuth client ID+secret into release
This commit is contained in:
parent
8deaf21520
commit
e7bebaeebc
4 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue