From a744221a2c5b93d8bd90c266ffea68de34c44acd Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Fri, 14 Dec 2018 14:14:46 -0800 Subject: Editing appid and installation id Created these from the grpc-bot account. --- tools/run_tests/python_utils/check_on_pr.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/run_tests') 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() -- cgit v1.2.3