Skip to content

Commit

Permalink
fix(ci): add missing env var (vectordotdev#17872)
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull authored and jszwedko committed Jul 6, 2023
1 parent 00cc584 commit 4f67695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4f67695

Please sign in to comment.