GHA/appveyor-status: disable gh tool telemetry

Ref: https://cli.github.com/telemetry

Closes #21418
This commit is contained in:
Viktor Szakats 2026-04-23 10:11:16 +02:00
parent 7100e8d45a
commit fd2a729a12
No known key found for this signature in database

View file

@ -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 -- | \