From 5c42fc1aa48f886fc9f60c603bee52dc0a115192 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Thu, 15 Jan 2026 12:49:28 +0100 Subject: [PATCH] chore(ci): fix broken CI job This job has been broken on mater for 10 months since PR #25 landed. --- .github/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6fdb0bb..3887057 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -46,8 +46,7 @@ jobs: - name: Upload reports using a glob pattern uses: ./ with: - # should still work with api-key as input - api-key: ${{secrets.DD_API_KEY_CI_VISIBILITY}} + api_key: ${{secrets.DD_API_KEY_CI_VISIBILITY}} logs: "true" files: '**/fixtures/**' service: junit-upload-github-action-tests