mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-30 06:51:59 -08:00
add missing permissions to GitHub workflow (#4696)
This commit is contained in:
parent
9d21847f34
commit
544a147124
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -9,6 +9,9 @@ permissions:
|
|||
id-token: write
|
||||
attestations: write
|
||||
contents: write
|
||||
issues: write
|
||||
discussions: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
binaries:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue