We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e837e commit ef2e33cCopy full SHA for ef2e33c
.github/workflows/test.yaml
@@ -41,3 +41,6 @@ jobs:
41
42
- name: Run Unit Tests
43
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