mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-07-12 14:13:25 +00:00
feat: [#47] add tts api keys from github.secrets
This commit is contained in:
parent
7ad8972d01
commit
bf4ee5a5db
2
.github/workflows/check-pr.yaml
vendored
2
.github/workflows/check-pr.yaml
vendored
|
@ -111,6 +111,8 @@ jobs:
|
|||
API_HOST: ${{ vars.API_HOST }}
|
||||
API_PORT: ${{ vars.API_PORT }}
|
||||
APP_RELOAD: ${{ vars.APP_RELOAD }}
|
||||
TTS_YANDEX_API_KEY: ${{ secrets.TTS_YANDEX_API_KEY }}
|
||||
TTS_ELEVEN_LABS_API_KEY: ${{ secrets.TTS_ELEVEN_LABS_API_KEY }}
|
||||
working-directory: src/${{ matrix.package }}
|
||||
run: |
|
||||
make ci-test
|
||||
|
|
Loading…
Reference in New Issue
Block a user