From db3016aae608f23ab337fbbf97cb92cd2b78f790 Mon Sep 17 00:00:00 2001 From: Kevin Kruger Date: Tue, 3 Dec 2024 11:17:51 -0500 Subject: [PATCH] add api key --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a6605e1..f48a67a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,6 +60,8 @@ jobs: - name: Publish JUnit Tests uses: ./.github/actions/publish-junit + env: + DD_API_KEY: ${{ secrets.DATADOG_API_KEY }} with: files: ${{ github.workspace }}/reports/go-test_go_tests.xml name: Go Tests