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