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

Commit abda137

Browse files
yoshi-automationjkwlui
authored andcommitted
build: add configs to import keys for builds
build: add configs to import keys for builds
1 parent c782f47 commit abda137

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.kokoro/release/publish.cfg

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

21+
# Fetch magictoken to use with Magic Github Proxy
22+
before_action {
23+
fetch_keystore {
24+
keystore_resource {
25+
keystore_config_id: 73713
26+
keyname: "releasetool-magictoken"
27+
}
28+
}
29+
}
30+
31+
# Fetch api key to use with Magic Github Proxy
32+
before_action {
33+
fetch_keystore {
34+
keystore_resource {
35+
keystore_config_id: 73713
36+
keyname: "magic-github-proxy-api-key"
37+
}
38+
}
39+
}
40+
2141
# Download trampoline resources.
2242
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
2343

synth.metadata

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

0 commit comments

Comments
 (0)