From 86c23b7d53fb875e1260d2119a8b3c53b2de2a00 Mon Sep 17 00:00:00 2001 From: Thomas Sauter Date: Wed, 22 Oct 2025 22:44:06 +0200 Subject: [PATCH] chore: update readme --- .../workflows/{build-standalone.yaml => build.yaml} | 0 README.md | 10 ++++++---- 2 files changed, 6 insertions(+), 4 deletions(-) rename .github/workflows/{build-standalone.yaml => build.yaml} (100%) diff --git a/.github/workflows/build-standalone.yaml b/.github/workflows/build.yaml similarity index 100% rename from .github/workflows/build-standalone.yaml rename to .github/workflows/build.yaml diff --git a/README.md b/README.md index ac8b101..1cc6854 100644 --- a/README.md +++ b/README.md @@ -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