From c5abb3b4d06975d601a63e51a3375bfedee6df76 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 8 Mar 2019 11:06:07 -0800 Subject: [PATCH] Add docuploader credentials to node publish jobs (#197) --- .../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 711ebd679..2e55c72e1 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" + } + } +} + # Fetch magictoken to use with Magic Github Proxy before_action { fetch_keystore {