Use more descriptive service account key name.

PiperOrigin-RevId: 225854218
Change-Id: I7843e9e04c58a87d3a7e20d43e64c677ad9c961b
This commit is contained in:
Nicolas Lacasse 2018-12-17 10:58:22 -08:00 committed by Shentubot
parent e491ebbacf
commit 54694086df
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ before_action {
fetch_keystore { fetch_keystore {
keystore_resource { keystore_resource {
keystore_config_id: 73898 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. # This must match the values in the job config.
auth_credential: { auth_credential: {
keystore_config_id: 73898 keystore_config_id: 73898
keyname: "kokoro_rbe" keyname: "kokoro-rbe-service-account"
} }
# Do not change unless you know what you are doing. # Do not change unless you know what you are doing.