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