Editing appid and installation id

Created these from the grpc-bot account.
pull/17505/head
Nicolas Noble 6 years ago committed by GitHub
parent 5a38d1956f
commit a744221a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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()

Loading…
Cancel
Save