From fd2a729a12466dc4a377916e7e2f0e37c4b61b53 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 23 Apr 2026 10:11:16 +0200 Subject: [PATCH] GHA/appveyor-status: disable `gh` tool telemetry Ref: https://cli.github.com/telemetry Closes #21418 --- .github/workflows/appveyor-status.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/appveyor-status.yml b/.github/workflows/appveyor-status.yml index 197c5f26e5..c821771fc4 100644 --- a/.github/workflows/appveyor-status.yml +++ b/.github/workflows/appveyor-status.yml @@ -27,6 +27,7 @@ jobs: APPVEYOR_COMMIT_SHA: ${{ github.event.sha }} APPVEYOR_TARGET_URL: ${{ github.event.target_url }} APPVEYOR_REPOSITORY: ${{ github.event.repository.full_name }} + DO_NOT_TRACK: '1' # for gh GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo "${APPVEYOR_TARGET_URL}" | sed 's/\/project\//\/api\/projects\//' | xargs -t -n1 curl -s -- | \