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 changed files with 1 additions and 0 deletions
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…
Add table
Reference in a new issue