From 0215471d9bcebfd6dbb2594dae3ff11313c2b86e Mon Sep 17 00:00:00 2001 From: neuronull Date: Wed, 5 Jul 2023 12:10:10 -0600 Subject: [PATCH] fix(ci): add missing env var --- .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 c53dd0bc6ac7f..8089f69bccc86 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 }}