Fixing deploy with new TURN_STATIC_AUTH_SECRET secret

This commit is contained in:
David Négrier 2021-02-16 11:34:12 +01:00
parent 12ef2820bf
commit 7fb923f823
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ jobs:
JITSI_ISS: ${{ secrets.JITSI_ISS }}
JITSI_URL: ${{ secrets.JITSI_URL }}
SECRET_JITSI_KEY: ${{ secrets.SECRET_JITSI_KEY }}
TURN_STATIC_AUTH_SECRET: ${{ secrets.TURN_STATIC_AUTH_SECRET }}
with:
namespace: workadventure-${{ env.GITHUB_REF_SLUG }}