From 8f6151478a92c8087e16aab6633bd5289ab181fd Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Mon, 4 Mar 2019 10:20:30 -0800 Subject: [PATCH] Add docuploader credentials to node publish jobs --- .../templates/node_library/.kokoro/release/publish.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/synthtool/gcp/templates/node_library/.kokoro/release/publish.cfg b/synthtool/gcp/templates/node_library/.kokoro/release/publish.cfg index 6697f6069..65969ea5f 100644 --- a/synthtool/gcp/templates/node_library/.kokoro/release/publish.cfg +++ b/synthtool/gcp/templates/node_library/.kokoro/release/publish.cfg @@ -18,6 +18,15 @@ before_action { } } +before_action { + fetch_keystore { + keystore_resource { + keystore_config_id: 73713 + keyname: "docuploader_service_account" + } + } +} + # Download trampoline resources. gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"