diff --git a/.github/workflows/nightly-mcp-stress-test.md b/.github/workflows/nightly-mcp-stress-test.md index 63686902..06217138 100644 --- a/.github/workflows/nightly-mcp-stress-test.md +++ b/.github/workflows/nightly-mcp-stress-test.md @@ -44,6 +44,8 @@ mcp-servers: brave-search: type: stdio container: "mcp/brave-search" + env: + BRAVE_API_KEY: "${{ secrets.BRAVE_API_KEY }}" fetch: type: stdio container: "mcp/fetch"