Use more descriptive service account key name.

PiperOrigin-RevId: 225854218
Change-Id: I7843e9e04c58a87d3a7e20d43e64c677ad9c961b
This commit is contained in:
Nicolas Lacasse
2018-12-17 10:59:28 -08:00
committed by Shentubot
parent e491ebbacf
commit 54694086df
+2 -2
View File
@@ -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.