Essk
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
.github/workflows/release.yml
|
|
@ -11,6 +11,11 @@ jobs: |
|
|
|
env: |
|
|
|
NETLIFY_BASE: 'videojs-http-streaming.netlify.app' |
|
|
|
runs-on: ubuntu-latest |
|
|
|
permissions: |
|
|
|
contents: write |
|
|
|
discussions: write |
|
|
|
id-token: write |
|
|
|
packages: write |
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v3 |
|
|
|