From 800639b4272bf01e48e9cd6037cd7701eb8d0aea Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Thu, 7 Mar 2019 16:51:10 -0800 Subject: [PATCH] build: Add docuploader credentials to node publish jobs --- .kokoro/release/publish.cfg | 9 +++++++++ synth.metadata | 28 ++++------------------------ 2 files changed, 13 insertions(+), 24 deletions(-) diff --git a/.kokoro/release/publish.cfg b/.kokoro/release/publish.cfg index 297813671..779a06543 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 6cd4db450..1d0326109 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,38 +1,18 @@ { - "updateTime": "2019-03-05T12:21:31.683736Z", + "updateTime": "2019-03-08T00:45:45.387967Z", "sources": [ { "generator": { "name": "artman", - "version": "0.16.14", - "dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7" + "version": "0.16.15", + "dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "b4a22569c88f1f0444e889d8139ddacb799f287c", - "internalRef": "236712632" - } - }, - { - "template": { - "name": "node_library", - "origin": "synthtool.gcp", - "version": "2019.2.26" - } - } - ], - "destinations": [ - { - "client": { - "source": "googleapis", - "apiName": "pubsub", - "apiVersion": "v1", - "language": "nodejs", - "generator": "gapic", - "config": "google/pubsub/artman_pubsub.yaml" + "sha": "c986e1d9618ac41343962b353d136201d72626ae" } } ]