Skip to content

Commit

Permalink
[Bug] Remove appKey in github-checks-reporter (#603)
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

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

Please sign in to comment.