From d61ae9e0f566595c406a0d50956db89ab4565954 Mon Sep 17 00:00:00 2001 From: ssube Date: Wed, 18 Sep 2019 04:10:10 -0500 Subject: [PATCH] fix(docs): note CC reporter ID --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8d636e3..7e9a5b8 100644 --- a/README.md +++ b/README.md @@ -107,11 +107,12 @@ None of these are required, but Renovate and Snyk can be very helpful when depen This template expects a few secrets to exist in the environment, including tokens for the [external services](#external-services). -| Name | Description | -| ------------------ | ----------------------------------------------------- | -| CODECLIMATE_SECRET | code climate token | -| CODECOV_SECRET | codecov token | -| DOCKER_SECRET | docker config, required for publishing images | -| GITHUB_SECRET | github.com token, required for publishing status | -| NPM_SECRET | npmjs.com token, required for publishing npm packages | -| SONAR_SECRET | sonarcloud token | +| Name | Description | +| ------------------- | ----------------------------------------------------- | +| CC_TEST_REPORTER_ID | code climate ID | +| CODECLIMATE_SECRET | code climate token | +| CODECOV_SECRET | codecov token | +| DOCKER_SECRET | docker config, required for publishing images | +| GITHUB_SECRET | github.com token, required for publishing status | +| NPM_SECRET | npmjs.com token, required for publishing npm packages | +| SONAR_SECRET | sonarcloud token |