Skip to content

Commit

Permalink
ci(workflow): fix api key for trace
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Mar 31, 2022
1 parent 6a1e8db commit 2b77561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -1259,6 +1259,7 @@ jobs:
run: |
node scripts/trace-dd.mjs bench/nested-deps/.next/trace build ${GIT_SHORT_SHA} ./bench/nested-deps/next.config.js
env:
DATA_DOG_API_KEY: ${{ secrets.DATA_DOG_API_KEY }}
DD_TRACE_PARTIAL_FLUSH_MIN_SPANS: 10
DD_ENV: canary
DD_SERVICE: nextjs-dev-build
Expand Down

0 comments on commit 2b77561

Please sign in to comment.