fix(docs): note CC reporter ID
This commit is contained in:
parent
93f0650995
commit
d61ae9e0f5
17
README.md
17
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).
|
This template expects a few secrets to exist in the environment, including tokens for the [external services](#external-services).
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| ------------------ | ----------------------------------------------------- |
|
| ------------------- | ----------------------------------------------------- |
|
||||||
| CODECLIMATE_SECRET | code climate token |
|
| CC_TEST_REPORTER_ID | code climate ID |
|
||||||
| CODECOV_SECRET | codecov token |
|
| CODECLIMATE_SECRET | code climate token |
|
||||||
| DOCKER_SECRET | docker config, required for publishing images |
|
| CODECOV_SECRET | codecov token |
|
||||||
| GITHUB_SECRET | github.com token, required for publishing status |
|
| DOCKER_SECRET | docker config, required for publishing images |
|
||||||
| NPM_SECRET | npmjs.com token, required for publishing npm packages |
|
| GITHUB_SECRET | github.com token, required for publishing status |
|
||||||
| SONAR_SECRET | sonarcloud token |
|
| NPM_SECRET | npmjs.com token, required for publishing npm packages |
|
||||||
|
| SONAR_SECRET | sonarcloud token |
|
||||||
|
|
Loading…
Reference in New Issue