From 968dad87a727625dc94bc5237a6b971b19f91aff Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Tue, 8 Aug 2023 15:30:58 +0200 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96fd5ae..175efaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,6 +119,7 @@ jobs: env: CHATNOIR_API_KEY: ${{ secrets.CHATNOIR_API_KEY }} CHATNOIR_API_KEY_STAGING: ${{ secrets.CHATNOIR_API_KEY_STAGING }} + CHATNOIR_API_KEY_CHAT: ${{ secrets.CHATNOIR_API_KEY_CHAT }} run: pytest chatnoir_api examples tests --cov --cov-report=term --cov-report=xml - name: "📤 Upload test coverage" uses: actions/upload-artifact@v2