chore: update readme

This commit is contained in:
Thomas Sauter 2025-10-22 22:44:06 +02:00
parent 0c6e76d34a
commit 86c23b7d53
Signed by: thomas.sauter
GPG key ID: 015161F81E6A3C65
2 changed files with 6 additions and 4 deletions

View file

@ -68,10 +68,11 @@ Linting, type checking, sonarqube, dependency tracking, any testing
##### Vars (inherited)
| Key | Description | Required |
| ------------ | ------------------------------------------------- | -------- |
| `TURBO_TEAM` | Turbo repo team ID (only applicable on monorepos) | |
| `TURBO_API` | Turbo repo api url (only applicable on monorepos) | |
| Key | Description | Required |
| ---------------- | ------------------------------------------------- | -------- |
| `TURBO_TEAM` | Turbo repo team ID (only applicable on monorepos) | |
| `TURBO_API` | Turbo repo api url (only applicable on monorepos) | |
| `SONAR_HOST_URL` | Sonarqube Host (required if sonarqube is enabled) | |
##### Inputs
@ -87,6 +88,7 @@ Linting, type checking, sonarqube, dependency tracking, any testing
| --------------------------- | ----------------------------------------------------------- | -------- |
| `TURBO_TOKEN` | Access token for turbo cache (only applicable on monorepos) | |
| `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only needed if FA in use ) | |
| `SONAR_TOKEN` | Sonarqube access token (required if sonarqube is enabled) | |
## Authors