push - Fix for admin rights to push.

Change-Id: Ie3d62335c905ec699f4f43bbcd6878a4a432e0bb
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/220531
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
diff --git a/push/go/push/main.go b/push/go/push/main.go
index 4d8a724..921f44f 100644
--- a/push/go/push/main.go
+++ b/push/go/push/main.go
@@ -542,7 +542,7 @@
 		common.SLogLoggingOpt(logging),
 	)
 	if !*local {
-		login.SimpleInitWithAllow(*port, *local, nil, nil, allowed.Googlers())
+		login.SimpleInitWithAllow(*port, *local, allowed.Googlers(), allowed.Googlers(), allowed.Googlers())
 	}
 	s := newServer()