diff --git a/.github/workflows/common_checks.yaml b/.github/workflows/common_checks.yaml index c0a10446..f9d89038 100644 --- a/.github/workflows/common_checks.yaml +++ b/.github/workflows/common_checks.yaml @@ -192,6 +192,7 @@ jobs: OPENROUTER_API_KEY: ${{ secrets.OPEN_ROUTER_API_KEY }} GNOSIS_RPC_URL: ${{ secrets.GNOSIS_RPC_URL }} GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} + GRAPH_API_KEY: ${{ secrets.GRAPH_API_KEY }} run: | printenv tox -e check-tools \ No newline at end of file