From 49fa916eed2dc82cf9976db8ba16377c02eaa8f7 Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Thu, 9 Apr 2026 13:37:11 +0000 Subject: [PATCH] chore(ci): use dd-sts for system-tests test optimization --- .github/workflows/system_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/system_tests.yml b/.github/workflows/system_tests.yml index f6e23a0f..9761598e 100644 --- a/.github/workflows/system_tests.yml +++ b/.github/workflows/system_tests.yml @@ -34,6 +34,7 @@ jobs: TEST_OPTIMIZATION_API_KEY: ${{ secrets.TEST_OPTIMIZATION_API_KEY }} permissions: contents: read + id-token: write packages: write with: library: python_lambda @@ -41,3 +42,4 @@ jobs: scenarios_groups: tracer_release skip_empty_scenarios: true push_to_test_optimization: true + dd_sts_policy: datadog-lambda-python