This commit is contained in:
Thomas Sauter 2025-10-22 21:48:26 +02:00
parent bac2f84fd2
commit 0cee609da7
Signed by: thomas.sauter
GPG key ID: 015161F81E6A3C65

View file

@ -28,10 +28,10 @@ A standard single-repository project with a `package.json` file located at the r
##### Secrets ##### Secrets
| Key | Description | Required | | Key | Description | Required |
| --------------------------- | -------------------------------------------------- | -------- | | --------------------------- | --------------------------------------------------------- | -------- |
| `PACKAGE_WRITE_TOKEN` | Accesstoken of the package writer | ✓ | | `PACKAGE_WRITE_TOKEN` | Accesstoken of the package writer | ✓ |
| `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only if fa in use ) | | | `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only needed if FA in use ) | |
### `Build Monorepo` ### `Build Monorepo`
@ -81,11 +81,10 @@ Linting, type checking, sonarqube, dependency tracking, any testing
##### Secrets ##### Secrets
| Key | Description | Required | | Key | Description | Required |
| --------------------------- | -------------------------------------------------- | -------- | | --------------------------- | ----------------------------------------------------------- | -------- |
| `PACKAGE_WRITE_TOKEN` | Access token of the package writer | ✓ | | `TURBO_TOKEN` | Access token for turbo cache (only applicable on monorepos) | |
| `TURBO_TOKEN` | Access token for turbo cache | | | `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only needed if FA in use ) | |
| `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only if fa in use ) | |
## Authors ## Authors