feat(client): inject public build environment

This commit is contained in:
imccyu
2026-08-19 18:21:26 +08:00
parent 1943a532f6
commit 93cbb3799d
20 changed files with 214 additions and 7 deletions
@@ -49,6 +49,7 @@ permissions:
contents: read
env:
DSH_CLIENT_BRAND: official
# CI runs must never report to the production telemetry endpoint baked
# into apps/cli/cordis.yml (AppCLIEntry disables the row when set).
DSH_TELEMETRY_DISABLED: '1'
+1
View File
@@ -35,6 +35,7 @@ permissions:
contents: read
env:
DSH_CLIENT_BRAND: official
PRIMARY_NODE_VERSION: '24'
# CI runs must never report to the production telemetry endpoint baked
# into apps/cli/cordis.yml (AppCLIEntry disables the row when set).
+1
View File
@@ -9,6 +9,7 @@ permissions:
contents: read
env:
DSH_CLIENT_BRAND: official
# CI runs must never report to the production telemetry endpoint baked
# into apps/cli/cordis.yml (AppCLIEntry disables the row when set).
DSH_TELEMETRY_DISABLED: '1'
+1
View File
@@ -47,6 +47,7 @@ permissions:
contents: read
env:
DSH_CLIENT_BRAND: official
# CI runs must never report to the production telemetry endpoint baked
# into apps/cli/cordis.yml (AppCLIEntry disables the row when set).
DSH_TELEMETRY_DISABLED: '1'
+1
View File
@@ -29,6 +29,7 @@ concurrency:
cancel-in-progress: false
env:
DSH_CLIENT_BRAND: official
PRIMARY_NODE_VERSION: '24'
DSH_TELEMETRY_DISABLED: '1'
+1
View File
@@ -19,6 +19,7 @@ permissions:
contents: read
env:
DSH_CLIENT_BRAND: official
# CI runs must never report to the production telemetry endpoint baked
# into apps/cli/cordis.yml (AppCLIEntry disables the row when set).
DSH_TELEMETRY_DISABLED: '1'