diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 7b1e399..161ef34 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -49,6 +49,7 @@ jobs: STRIPE_CLI_TELEMETRY_OPTOUT: 1 TELEMETRY_DISABLED: 1 TERRAFORM_TELEMETRY: 0 + VCPKG_DISABLE_METRICS: 1 steps: - uses: pozil/auto-assign-issue@v2.0.0 diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index a3c4811..e286364 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -50,6 +50,7 @@ jobs: STRIPE_CLI_TELEMETRY_OPTOUT: 1 TELEMETRY_DISABLED: 1 TERRAFORM_TELEMETRY: 0 + VCPKG_DISABLE_METRICS: 1 permissions: contents: read diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 92c74d6..f69b6f8 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -52,6 +52,7 @@ jobs: STRIPE_CLI_TELEMETRY_OPTOUT: 1 TELEMETRY_DISABLED: 1 TERRAFORM_TELEMETRY: 0 + VCPKG_DISABLE_METRICS: 1 strategy: matrix: