From 4bd1df36ca8cdae36fa4eab24c9fd7bd34b8de1c Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Tue, 9 Jul 2024 11:25:05 +0200 Subject: [PATCH] add graphapi key --- .github/workflows/common_checks.yaml | 1 + 1 file changed, 1 insertion(+) 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