Skip to content

Commit

Permalink
πŸ’š(CI) add missing environment variables
Browse files Browse the repository at this point in the history
Backend tests failed due to missing newly introduced environment variables,
related to LiveKit configurations.
  • Loading branch information
lebaudantoine committed Jul 2, 2024
1 parent f051938 commit 5a90ac0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/meet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a90ac0

Please sign in to comment.