aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2018-12-14 14:14:46 -0800
committerGravatar GitHub <noreply@github.com>2018-12-14 14:14:46 -0800
commita744221a2c5b93d8bd90c266ffea68de34c44acd (patch)
tree6e94bbf94c9149c393cd19376d252cb12102b9f3 /tools/run_tests
parent5a38d1956fb7007108a310e0280df58c9c824cec (diff)
Editing appid and installation id
Created these from the grpc-bot account.
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/python_utils/check_on_pr.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/run_tests/python_utils/check_on_pr.py b/tools/run_tests/python_utils/check_on_pr.py
index 935d59713e..f756e4bdaa 100644
--- a/tools/run_tests/python_utils/check_on_pr.py
+++ b/tools/run_tests/python_utils/check_on_pr.py
@@ -22,9 +22,9 @@ import requests
import jwt
_GITHUB_API_PREFIX = 'https://api.github.com'
-_GITHUB_REPO = 'lidizheng/grpc'
-_GITHUB_APP_ID = 22288
-_INSTALLATION_ID = 516307
+_GITHUB_REPO = 'grpc/grpc'
+_GITHUB_APP_ID = 22338
+_INSTALLATION_ID = 519109
_GITHUB_APP_KEY = open(
os.environ['HOME'] + '/.ssh/google-grpc-checker.2018-12-13.private-key.pem',
'r').read()