From ae198614ac81c1b8647c83e587f1bf4df1c39b68 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Thu, 7 Mar 2019 18:04:21 -0800 Subject: [PATCH] build: Add docuploader credentials to node publish jobs (#272) --- .kokoro/release/publish.cfg | 9 +++++++++ synth.metadata | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.kokoro/release/publish.cfg b/.kokoro/release/publish.cfg index 45f31d77..64c7b05c 100644 --- a/.kokoro/release/publish.cfg +++ b/.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 { diff --git a/synth.metadata b/synth.metadata index 86a63686..c622fd1a 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,11 +1,11 @@ { - "updateTime": "2019-03-05T12:11:29.695568Z", + "updateTime": "2019-03-08T00:45:35.866963Z", "sources": [ { "template": { "name": "node_library", "origin": "synthtool.gcp", - "version": "2019.2.26" + "version": "2019.1.16" } } ]