From 0cee609da78d6d3ef0821f1bc4e48ca75953132c Mon Sep 17 00:00:00 2001 From: Thomas Sauter Date: Wed, 22 Oct 2025 21:48:26 +0200 Subject: [PATCH] upate --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9772719..b7c7ae8 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ A standard single-repository project with a `package.json` file located at the r ##### Secrets -| Key | Description | Required | -| --------------------------- | -------------------------------------------------- | -------- | -| `PACKAGE_WRITE_TOKEN` | Accesstoken of the package writer | ✓ | -| `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only if fa in use ) | | +| Key | Description | Required | +| --------------------------- | --------------------------------------------------------- | -------- | +| `PACKAGE_WRITE_TOKEN` | Accesstoken of the package writer | ✓ | +| `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only needed if FA in use ) | | ### `Build Monorepo` @@ -81,11 +81,10 @@ Linting, type checking, sonarqube, dependency tracking, any testing ##### Secrets -| Key | Description | Required | -| --------------------------- | -------------------------------------------------- | -------- | -| `PACKAGE_WRITE_TOKEN` | Access token of the package writer | ✓ | -| `TURBO_TOKEN` | Access token for turbo cache | | -| `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only if fa in use ) | | +| Key | Description | Required | +| --------------------------- | ----------------------------------------------------------- | -------- | +| `TURBO_TOKEN` | Access token for turbo cache (only applicable on monorepos) | | +| `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only needed if FA in use ) | | ## Authors