mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
feat: [#8] add jwt_secret_key secret
This commit is contained in:
parent
b7e65b9dab
commit
df9551ecdc
1
.github/workflows/check-pr.yaml
vendored
1
.github/workflows/check-pr.yaml
vendored
|
@ -101,6 +101,7 @@ jobs:
|
|||
- name: Test Package
|
||||
env:
|
||||
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
|
||||
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
|
||||
working-directory: src/${{ matrix.package }}
|
||||
run: |
|
||||
make ci-test
|
||||
|
|
Loading…
Reference in New Issue
Block a user