-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsync-vendored-streaming-sdks.yml
More file actions
41 lines (32 loc) · 1.04 KB
/
sync-vendored-streaming-sdks.yml
File metadata and controls
41 lines (32 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: Sync Vendored Browser Runtimes
on:
workflow_dispatch:
permissions:
contents: read
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Set up Node
uses: actions/setup-node@v6
- name: Sync pinned vendored runtimes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python scripts/vendored_streaming_sdks.py sync
- name: Verify vendored runtime layout
run: python scripts/vendored_streaming_sdks.py verify
- name: Upload vendored runtime artifacts
uses: actions/upload-artifact@v7
with:
name: vendored-browser-runtimes
path: |
vendored-streaming-sdks.json
src/PrompterOne.Shared/wwwroot/vendor/monaco-editor/
src/PrompterOne.Shared/wwwroot/vendor/livekit-client/
src/PrompterOne.Shared/wwwroot/vendor/vdo.ninja/