From dd7e25e2c054afadc57da20316ff1766046f4afe Mon Sep 17 00:00:00 2001 From: Anan Zhuang Date: Thu, 8 Jul 2021 20:34:13 +0000 Subject: [PATCH] [1.0][Bug] Remove appKey in github-checks-reporter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit github-checks-reporter is a task wrapper that provides expressive CI feedback via GitHub checks. Currently, we don’t have our own appKey. To avoid any confusions, this PR removed the old key. Partically Resolved: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/592 Backport PR: https://github.com/opensearch-project/OpenSearch-Dashboards/pull/603 Signed-off-by: Anan Zhuang --- github_checks_reporter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_checks_reporter.json b/github_checks_reporter.json index 5924778cb9b6..019e0d60bf97 100644 --- a/github_checks_reporter.json +++ b/github_checks_reporter.json @@ -1,6 +1,6 @@ { "appId": 26774, "envVars": { - "appKey": "KIBANA_CI_REPORTER_KEY" + "appKey": "" } }