Skip to content

Commit 1bbdeac

Browse files
authored
[Bug] Remove appKey in github-checks-reporter (opensearch-project#603)
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: opensearch-project#592 Signed-off-by: Anan Zhuang <[email protected]>
1 parent f362dab commit 1bbdeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_checks_reporter.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"appId": 26774,
33
"envVars": {
4-
"appKey": "KIBANA_CI_REPORTER_KEY"
4+
"appKey": ""
55
}
66
}

0 commit comments

Comments
 (0)