From 4f67695942c7f44f807cc92a43c6d6456fcebd92 Mon Sep 17 00:00:00 2001 From: neuronull Date: Wed, 5 Jul 2023 12:29:41 -0600 Subject: [PATCH] fix(ci): add missing env var (#17872) --- .github/workflows/integration-comment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-comment.yml b/.github/workflows/integration-comment.yml index a35f994f82f25..d915a956e2bb8 100644 --- a/.github/workflows/integration-comment.yml +++ b/.github/workflows/integration-comment.yml @@ -31,6 +31,7 @@ env: AWS_SECRET_ACCESS_KEY: "dummy" AXIOM_TOKEN: ${{ secrets.AXIOM_TOKEN }} TEST_APPSIGNAL_PUSH_API_KEY: ${{ secrets.TEST_APPSIGNAL_PUSH_API_KEY }} + TEST_DATADOG_API_KEY: ${{ secrets.CI_TEST_DATADOG_API_KEY }} CONTAINER_TOOL: "docker" DD_ENV: "ci" DD_API_KEY: ${{ secrets.DD_API_KEY }}