From 54694086dfb02a6f8453f043a44ffd10bb5a7070 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Mon, 17 Dec 2018 10:58:22 -0800 Subject: [PATCH] Use more descriptive service account key name. PiperOrigin-RevId: 225854218 Change-Id: I7843e9e04c58a87d3a7e20d43e64c677ad9c961b --- kokoro/common.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kokoro/common.cfg b/kokoro/common.cfg index de58242d9..9d26f49b8 100644 --- a/kokoro/common.cfg +++ b/kokoro/common.cfg @@ -3,7 +3,7 @@ before_action { fetch_keystore { keystore_resource { keystore_config_id: 73898 - keyname: "kokoro_rbe" + keyname: "kokoro-rbe-service-account" } } } @@ -19,7 +19,7 @@ bazel_setting { # This must match the values in the job config. auth_credential: { keystore_config_id: 73898 - keyname: "kokoro_rbe" + keyname: "kokoro-rbe-service-account" } # Do not change unless you know what you are doing.