mirror of
https://github.com/element-hq/element-call.git
synced 2026-05-11 11:04:49 +00:00
Fix netlify deployment
Turns out the create deployment stateb really needs the env, even though it's empty.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user