Skip to content

Commit 149e4f0

Browse files
Benjamin E. CoeDominicKramer
authored andcommitted
build: switch to GitHub app for releases (#396)
1 parent d93a95f commit 149e4f0

File tree

3 files changed

+0
-37
lines changed

3 files changed

+0
-37
lines changed

.github/release-please.yml

Whitespace-only changes.

.kokoro/continuous/node10/test.cfg

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,3 @@ before_action {
77
}
88
}
99
}
10-
11-
# tokens used by release-please to keep an up-to-date release PR.
12-
before_action {
13-
fetch_keystore {
14-
keystore_resource {
15-
keystore_config_id: 73713
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"
35-
}
36-
}
37-
}

.kokoro/test.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,3 @@ if npx check-node-version@3.3.0 --silent --node $COVERAGE_NODE; then
3535
else
3636
echo "coverage is only reported for Node $COVERAGE_NODE"
3737
fi
38-
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 \
42-
--repo-url=googleapis/nodejs-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
46-
fi

0 commit comments

Comments
 (0)