Add new autoroll service accounts to AUTHORS check bypass

Bug: skia:8291
Change-Id: I4a0f8396fd1a195414f618c74a3eb46a3956af70
Reviewed-on: https://skia-review.googlesource.com/152740
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index dec667d..f16e11a 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -57,7 +57,8 @@
 
 SERVICE_ACCOUNT_SUFFIX = [
     '@%s.iam.gserviceaccount.com' % project for project in [
-        'skia-buildbots.google.com', 'skia-swarming-bots']]
+        'skia-buildbots.google.com', 'skia-swarming-bots', 'skia-public',
+        'skia-corp.google.com']]
 
 
 def _CheckChangeHasEol(input_api, output_api, source_file_filter=None):