Add GCloud service accounts to api_allowed_email_domains

GitOrigin-RevId: 9db852b17057433038554991ca7f2bae09f6f72e
diff --git a/settings.py b/settings.py
index 46992a3..f8fa130 100644
--- a/settings.py
+++ b/settings.py
@@ -483,4 +483,4 @@
 
 # All users in the following domains will have API access.
 # Important: the @ symbol must be included.
-api_allowed_email_domains = ('@avm99963.com')
+api_allowed_email_domains = ('@avm99963.com', '@avm99963-bugs.iam.gserviceaccount.com')