]> Cypherpunks repositories - gostls13.git/commitdiff
misc/makerelease: fix secret
authorAndrew Gerrand <adg@golang.org>
Mon, 2 Jun 2014 06:26:08 +0000 (16:26 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 2 Jun 2014 06:26:08 +0000 (16:26 +1000)
Not sure how this snuck in undetected.

TBR=bradfitz
R=golang-codereviews
CC=golang-codereviews
https://golang.org/cl/106760043

misc/makerelease/makerelease.go

index 2496a865a40f51ddc6d356ee6cfb2689e54ba87d..f5526a00aff34bfa89d6ef90b8404950e97a199b 100644 (file)
@@ -721,7 +721,7 @@ type File struct {
 func setupOAuthClient() error {
        config := &oauth.Config{
                ClientId:     "999119582588-h7kpj5pcm6d9solh5lgrbusmvvk4m9dn.apps.googleusercontent.com",
-               ClientSecret: "8YLFgOhXIELWbO",
+               ClientSecret: "8YLFgOhXIELWbO-NtF3iqIQz",
                Scope:        storage.DevstorageRead_writeScope,
                AuthURL:      "https://accounts.google.com/o/oauth2/auth",
                TokenURL:     "https://accounts.google.com/o/oauth2/token",