Skip to content

Commit

Permalink
[Bug] Remove appKey in github-checks-reporter
Browse files Browse the repository at this point in the history
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 <ananzh@amazon.com>
  • Loading branch information
ananzh committed Jul 8, 2021
1 parent 94b70c9 commit fe21fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_checks_reporter.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": 26774,
"envVars": {
"appKey": "KIBANA_CI_REPORTER_KEY"
"appKey": ""
}
}

0 comments on commit fe21fb4

Please sign in to comment.