Skip to content

Commit 7cf5d83

Browse files
jkwluiJustinBeckwith
authored andcommitted
build: Add docuploader credentials to node publish jobs (#359)
1 parent 150294e commit 7cf5d83

2 files changed

Lines changed: 13 additions & 24 deletions

File tree

handwritten/datastore/.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 {

handwritten/datastore/synth.metadata

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,18 @@
11
{
2-
"updateTime": "2019-03-05T12:12:21.223816Z",
2+
"updateTime": "2019-03-08T00:45:38.995407Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.14",
8-
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
7+
"version": "0.16.15",
8+
"dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "b4a22569c88f1f0444e889d8139ddacb799f287c",
16-
"internalRef": "236712632"
17-
}
18-
},
19-
{
20-
"template": {
21-
"name": "node_library",
22-
"origin": "synthtool.gcp",
23-
"version": "2019.2.26"
24-
}
25-
}
26-
],
27-
"destinations": [
28-
{
29-
"client": {
30-
"source": "googleapis",
31-
"apiName": "datastore",
32-
"apiVersion": "v1",
33-
"language": "nodejs",
34-
"generator": "gapic",
35-
"config": "google/datastore/artman_datastore.yaml"
15+
"sha": "c986e1d9618ac41343962b353d136201d72626ae"
3616
}
3717
}
3818
]

0 commit comments

Comments
 (0)