[READ-ONLY] Mirror of https://github.com/danielroe/stream-vue. Vue component for Cloudflare Stream.
cloudflare stream vue vuejs
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: add top-level permissions

Daniel Roe (Jul 29, 2026, 8:22 AM +0100) 1900c1c3 01d88c64

+3
+3
.github/workflows/ci.yml
··· 2 2 3 3 on: push 4 4 5 + permissions: 6 + contents: read 7 + 5 8 jobs: 6 9 lint: 7 10 runs-on: ubuntu-latest