From 5a90ac0a49264b58bd7e38543badc0701b71e2f5 Mon Sep 17 00:00:00 2001 From: antoine lebaud Date: Tue, 2 Jul 2024 10:31:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A(CI)=20add=20missing=20environment?= =?UTF-8?q?=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backend tests failed due to missing newly introduced environment variables, related to LiveKit configurations. --- .github/workflows/meet.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/meet.yml b/.github/workflows/meet.yml index d95ad0dd..0c2a9443 100644 --- a/.github/workflows/meet.yml +++ b/.github/workflows/meet.yml @@ -151,6 +151,8 @@ jobs: AWS_S3_ENDPOINT_URL: http://localhost:9000 AWS_S3_ACCESS_KEY_ID: impress AWS_S3_SECRET_ACCESS_KEY: password + LIVEKIT_API_SECRET: secret + LIVEKIT_API_KEY: devkey steps: - name: Checkout repository