From c1bc6ad20be570d9d1d7e983d4327a6438b9fe4a Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Wed, 3 Jun 2026 14:09:25 +0200 Subject: [PATCH] chore(flaky): Change env for flaky test detector --- .github/workflows/flaky-test-detector.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/flaky-test-detector.yml b/.github/workflows/flaky-test-detector.yml index b2786e32d7..d421e2b7b6 100644 --- a/.github/workflows/flaky-test-detector.yml +++ b/.github/workflows/flaky-test-detector.yml @@ -47,6 +47,8 @@ jobs: name: Detect flaky tests and open summary issue runs-on: ubuntu-latest timeout-minutes: 30 + # ANTHROPIC_API_KEY is not a repo-level secret; it lives in this environment + environment: AI Integrations Tests steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2