Skip to content

Commit ef2e33c

Browse files
committed
ci: add env vars for e2e tests
1 parent 71e837e commit ef2e33c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ jobs:
4141

4242
- name: Run Unit Tests
4343
run: make test
44+
env:
45+
SYSDIG_MCP_API_HOST: ${{ vars.SYSDIG_MCP_API_HOST }}
46+
SYSDIG_MCP_API_SECURE_TOKEN: ${{ secrets.SYSDIG_MCP_API_SECURE_TOKEN }}

0 commit comments

Comments
 (0)