diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index fa95b9a..5d05b70 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -29,3 +29,5 @@ jobs: CSD_PASSWORD: ${{ secrets.CSD_PASSWORD }} TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }} BCRYPT_SALT: ${{ secrets.BCRYPT_SALT }} + OPENVIDU_URL: ${{ secrets.OPENVIDU_URL }} + OPENVIDU_SECRET: ${{ secrets.OPENVIDU_SECRET }}