mirror of
https://github.com/golang/go
synced 2024-11-12 08:10:21 -07:00
misc/makerelease: fix secret
Not sure how this snuck in undetected. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://golang.org/cl/106760043
This commit is contained in:
parent
a72a067b37
commit
bb824b6a0f
@ -721,7 +721,7 @@ type File struct {
|
|||||||
func setupOAuthClient() error {
|
func setupOAuthClient() error {
|
||||||
config := &oauth.Config{
|
config := &oauth.Config{
|
||||||
ClientId: "999119582588-h7kpj5pcm6d9solh5lgrbusmvvk4m9dn.apps.googleusercontent.com",
|
ClientId: "999119582588-h7kpj5pcm6d9solh5lgrbusmvvk4m9dn.apps.googleusercontent.com",
|
||||||
ClientSecret: "8YLFgOhXIELWbO",
|
ClientSecret: "8YLFgOhXIELWbO-NtF3iqIQz",
|
||||||
Scope: storage.DevstorageRead_writeScope,
|
Scope: storage.DevstorageRead_writeScope,
|
||||||
AuthURL: "https://accounts.google.com/o/oauth2/auth",
|
AuthURL: "https://accounts.google.com/o/oauth2/auth",
|
||||||
TokenURL: "https://accounts.google.com/o/oauth2/token",
|
TokenURL: "https://accounts.google.com/o/oauth2/token",
|
||||||
|
Loading…
Reference in New Issue
Block a user