1
0
Fork 0

fix(docs): note CC reporter ID

This commit is contained in:
ssube 2019-09-18 04:10:10 -05:00
parent 93f0650995
commit d61ae9e0f5
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 9 additions and 8 deletions

View File

@ -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 |