test: remove unnecessary env vars

- Remove unnecessary environment variables from the build and test workflow.

Co-authored-by: mahmmoud.hassanein <mahmmoud.hassanein@gmail.com>
This commit is contained in:
2025-02-03 17:13:38 +02:00
parent ee205c4b07
commit 62f64862be

View File

@@ -43,7 +43,3 @@ jobs:
- name: Do all the basic tests
run: |
./test_basic.vsh
env:
LIVEKIT_API_KEY: ${{secrets.LIVEKIT_API_KEY}}
LIVEKIT_API_SECRET: ${{secrets.LIVEKIT_API_SECRET}}
LIVEKIT_URL: ${{secrets.LIVEKIT_URL}}