File tree Expand file tree Collapse file tree 1 file changed +13
-37
lines changed
synthtool/gcp/templates/python_library/.kokoro/release Expand file tree Collapse file tree 1 file changed +13
-37
lines changed Original file line number Diff line number Diff line change @@ -23,42 +23,18 @@ env_vars: {
23
23
value: " github/{{ metadata['repo']['repo'].split('/')[1] }}/.kokoro/release.sh"
24
24
}
25
25
26
- # Fetch the token needed for reporting release status to GitHub
27
- before_action {
28
- fetch_keystore {
29
- keystore_resource {
30
- keystore_config_id: 73713
31
- keyname: " yoshi-automation-github-key"
32
- }
33
- }
34
- }
35
-
36
- # Fetch PyPI password
37
- before_action {
38
- fetch_keystore {
39
- keystore_resource {
40
- keystore_config_id: 73713
41
- keyname: " google_cloud_pypi_password"
42
- }
43
- }
44
- }
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
- }
26
+ # Fetch PyPI password
27
+ before_action {
28
+ fetch_keystore {
29
+ keystore_resource {
30
+ keystore_config_id: 73713
31
+ keyname: " google_cloud_pypi_password"
32
+ }
33
+ }
54
34
}
55
35
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
- }
36
+ # Tokens needed to report release status back to GitHub
37
+ env_vars: {
38
+ key: " SECRET_MANAGER_KEYS"
39
+ value: " releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
40
+ }
You can’t perform that action at this time.
0 commit comments