Skip to content

Commit 33c61b7

Browse files
authored
fix: add release workflow permissions (#1584)
1 parent b897317 commit 33c61b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
env:
1212
NETLIFY_BASE: 'videojs-http-streaming.netlify.app'
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
16+
discussions: write
17+
id-token: write
18+
packages: write
1419
steps:
1520
- name: Checkout
1621
uses: actions/checkout@v3

0 commit comments

Comments
 (0)