From df9df8ee2c537648cd3ee2fe78539914bb7064f0 Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Tue, 9 Jul 2024 14:20:31 +0200 Subject: [PATCH] add graphapi keyy --- .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