File tree Expand file tree Collapse file tree 4 files changed +28
-9
lines changed
Expand file tree Collapse file tree 4 files changed +28
-9
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,30 @@ before_action {
88 }
99}
1010
11- # token used by release-please to keep an up-to-date release PR.
11+ # tokens used by release-please to keep an up-to-date release PR.
1212before_action {
1313 fetch_keystore {
1414 keystore_resource {
1515 keystore_config_id: 73713
16- keyname: " yoshi-automation-github-key"
16+ keyname: " github-magic-proxy-key-release-please"
17+ }
18+ }
19+ }
20+
21+ before_action {
22+ fetch_keystore {
23+ keystore_resource {
24+ keystore_config_id: 73713
25+ keyname: " github-magic-proxy-token-release-please"
26+ }
27+ }
28+ }
29+
30+ before_action {
31+ fetch_keystore {
32+ keystore_resource {
33+ keystore_config_id: 73713
34+ keyname: " github-magic-proxy-url-release-please"
1735 }
1836 }
1937}
Original file line number Diff line number Diff line change 3636 echo " coverage is only reported for Node $COVERAGE_NODE "
3737fi
3838
39- # if the GITHUB_TOKEN is set, we kick off a task to update the release-PR.
40- GITHUB_TOKEN=$( cat $KOKORO_KEYSTORE_DIR /73713_yoshi-automation-github-key) || true
41- if [ " $GITHUB_TOKEN " ]; then
42- npx release-please release-pr --token=$GITHUB_TOKEN \
39+ # if release-please keys set, we kick off a task to update the release-PR.
40+ if [ -f ${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-url-release-please ]; then
41+ npx release-please release-pr --token=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-token-release-please \
4342 --repo-url=googleapis/nodejs-error-reporting \
44- --package-name=@google-cloud/error-reporting
43+ --package-name=@google-cloud/error-reporting \
44+ --api-url=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-url-release-please \
45+ --proxy-key=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-key-release-please
4546fi
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ Apache Version 2.0
391391
392392See [ LICENSE] ( https://github.com/googleapis/nodejs-error-reporting/blob/master/LICENSE )
393393
394- [ client-docs ] : https://cloud.google.com /nodejs/docs/reference /error-reporting/latest/
394+ [ client-docs ] : https://googleapis.dev /nodejs/error-reporting/latest/
395395[ product-docs ] : https://cloud.google.com/error-reporting
396396[ shell_img ] : https://gstatic.com/cloudssh/images/open-btn.png
397397[ projects ] : https://console.cloud.google.com/project
Original file line number Diff line number Diff line change 11{
2- "updateTime": "2019-06-17T05:01:51.068320Z ",
2+ "updateTime": "2019-06-18T01:00:41.245594Z ",
33 "sources": [
44 {
55 "template": {
You can’t perform that action at this time.
0 commit comments