Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit c22f8f8

Browse files
jkwluiJustinBeckwith
authored andcommitted
build: Add docuploader credentials to node publish jobs (#648)
1 parent 1c33583 commit c22f8f8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.kokoro/release/publish.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ before_action {
1818
}
1919
}
2020

21+
before_action {
22+
fetch_keystore {
23+
keystore_resource {
24+
keystore_config_id: 73713
25+
keyname: "docuploader_service_account"
26+
}
27+
}
28+
}
29+
2130
# Fetch magictoken to use with Magic Github Proxy
2231
before_action {
2332
fetch_keystore {

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"updateTime": "2019-03-05T12:05:43.218882Z",
2+
"updateTime": "2019-03-08T00:45:34.511575Z",
33
"sources": [
44
{
55
"template": {
66
"name": "node_library",
77
"origin": "synthtool.gcp",
8-
"version": "2019.2.26"
8+
"version": "2019.1.16"
99
}
1010
}
1111
]

0 commit comments

Comments
 (0)