Fix netlify deployment

Turns out the create deployment stateb really needs the env,
even though it's empty.
This commit is contained in:
David Baker 2023-07-05 13:22:57 +01:00
parent 5c8d976029
commit c73c4d171d

View File

@ -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"