Fixing deploy with new TURN_STATIC_AUTH_SECRET secret
This commit is contained in:
parent
12ef2820bf
commit
7fb923f823
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-and-deploy.yml
vendored
1
.github/workflows/build-and-deploy.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue