Skip to content

Commit

Permalink
[1.x][Bug] Remove appKey in github-checks-reporter (#621)
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:
#592

Backport PR:
#603

Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh authored Jul 9, 2021
1 parent fd6a351 commit e424a2a
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 e424a2a

Please sign in to comment.