From 5960046df156860c327a403dcf59c279f2fd3091 Mon Sep 17 00:00:00 2001 From: HansMarcus01 Date: Thu, 4 Jun 2026 14:48:28 -0600 Subject: [PATCH] Request service account credentials for GSoC 2026 - Hansel Tepal --- infra/keys/keys.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/infra/keys/keys.yaml b/infra/keys/keys.yaml index 269a2841d91a..d1e799ec1494 100644 --- a/infra/keys/keys.yaml +++ b/infra/keys/keys.yaml @@ -16,11 +16,10 @@ # Service Account Keys # This file contains the service account for the project, the account id # and the users authorized to use it -# service_accounts: -# - account_id: account_id -# display_name: account_@project_id.iam.gserviceaccount.com -# authorized_users: -# - email: "user1@google.com" -# - email: "user2@google.com" +service_accounts: +- account_id: hansel-tepal-gsoc-2026 + display_name: "Hansel Yael Tepal BriseƱo GSoC 2026" + authorized_users: + - email: "hanzel.yael@hotmail.com" + - email: "hansmarcus14@gmail.com" -service_accounts: []