From: Andrew Gerrand Date: Mon, 2 Jun 2014 06:26:08 +0000 (+1000) Subject: misc/makerelease: fix secret X-Git-Tag: go1.4beta1~1343 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bb824b6a0f345c41a83f3a50a3708f785c9166d0;p=gostls13.git misc/makerelease: fix secret Not sure how this snuck in undetected. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://golang.org/cl/106760043 --- diff --git a/misc/makerelease/makerelease.go b/misc/makerelease/makerelease.go index 2496a865a4..f5526a00af 100644 --- a/misc/makerelease/makerelease.go +++ b/misc/makerelease/makerelease.go @@ -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",