mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Fix netlify deployment
Turns out the create deployment stateb really needs the env, even though it's empty.
This commit is contained in:
parent
5c8d976029
commit
c73c4d171d
1
.github/workflows/netlify-livekit.yaml
vendored
1
.github/workflows/netlify-livekit.yaml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
with:
|
||||
step: start
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
env: livekit-experiment-branch-cd
|
||||
ref: ${{ github.event.workflow_run.head_sha }}
|
||||
|
||||
- name: "Download artifact"
|
||||
|
Loading…
Reference in New Issue
Block a user