diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-12-17 10:58:22 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-12-17 10:59:28 -0800 |
commit | 54694086dfb02a6f8453f043a44ffd10bb5a7070 (patch) | |
tree | 1496b8a2b36be9ac09f40c810924b117d804f075 /kokoro | |
parent | e491ebbacf548a2a2f818f1093b09d6f1c13e7e0 (diff) |
Use more descriptive service account key name.
PiperOrigin-RevId: 225854218
Change-Id: I7843e9e04c58a87d3a7e20d43e64c677ad9c961b
Diffstat (limited to 'kokoro')
-rw-r--r-- | kokoro/common.cfg | 4 |
1 files 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. |