From 1b4802bd53aa16e7c5056908bfe3504a4035e79b Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Tue, 18 Nov 2025 15:55:02 -0800 Subject: [PATCH] Remove copilot-setup-steps env var --- .github/workflows/copilot-setup-steps.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 9dd78f0489..84dc543657 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -13,9 +13,6 @@ jobs: # If you want to clone the repository as part of your setup steps, for example to install dependencies, you'll need the `contents: read` permission. If you don't clone the repository in your setup steps, Copilot will do this for you automatically after the steps complete. contents: read - env: - MS_GOTOOLCHAIN_TELEMETRY_ENABLED: '0' - # You can define any steps you want, and they will run before the agent starts. # If you do not check out your code, Copilot will do this for you. steps: