From 766bf920c126113b3f5ca8d65acdb0cc0aec53b1 Mon Sep 17 00:00:00 2001 From: Charles de Beauchesne Date: Wed, 3 Jun 2026 13:12:25 +0200 Subject: [PATCH] Removes legacy secrets --- .github/workflows/system-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 6b8658e..d1c1693 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -44,9 +44,6 @@ jobs: needs: - build-artifacts uses: DataDog/system-tests/.github/workflows/system-tests.yml@main - secrets: - TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY_CI_APP }} - DD_API_KEY: ${{ secrets.DD_API_KEY_CI_APP }} permissions: contents: read id-token: write