Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 50e7691

Browse files
fix: add env to workflow
1 parent 29f6f6a commit 50e7691

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ jobs:
1616
node-version: ${{ matrix.node }}
1717
- run: npm install
1818
- run: npm link
19-
- run: npm run test
19+
- name: Run tests
20+
run: npm run test
21+
env:
22+
DD_CIVISIBILITY_AGENTLESS_ENABLED: ${{ secrets.DD_CIVISIBILITY_AGENTLESS_ENABLED }}
23+
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}

0 commit comments

Comments
 (0)