From 3b37c9e0a1f8ee751df062e26f364ff47585e421 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Wed, 20 May 2026 18:12:00 +0200 Subject: [PATCH] chore: add HF_TOKEN to pi-test.ps1 --no-env unset list Aligns the PowerShell script with pi-test.sh, which already unsets HF_TOKEN. Co-Authored-By: julien-agent --- pi-test.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/pi-test.ps1 b/pi-test.ps1 index 2bbe35bde..610aeaeb2 100644 --- a/pi-test.ps1 +++ b/pi-test.ps1 @@ -31,6 +31,7 @@ if ($noEnv) { "COPILOT_GITHUB_TOKEN", "GH_TOKEN", "GITHUB_TOKEN", + "HF_TOKEN", "GOOGLE_APPLICATION_CREDENTIALS", "GOOGLE_CLOUD_PROJECT", "GCLOUD_PROJECT",