Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af12393

Browse files
authored
Fetch credentials for magic github proxy (googleapis#7459)
1 parent 2396fd8 commit af12393

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.kokoro/release/common.cfg

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,23 @@ before_action {
4242
}
4343
}
4444
}
45+
46+
# Fetch magictoken to use with Magic Github Proxy
47+
before_action {
48+
fetch_keystore {
49+
keystore_resource {
50+
keystore_config_id: 73713
51+
keyname: "releasetool-magictoken"
52+
}
53+
}
54+
}
55+
56+
# Fetch api key to use with Magic Github Proxy
57+
before_action {
58+
fetch_keystore {
59+
keystore_resource {
60+
keystore_config_id: 73713
61+
keyname: "magic-github-proxy-api-key"
62+
}
63+
}
64+
}

0 commit comments

Comments
 (0)