mirror of https://github.com/Radarr/Radarr
build: harden support.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
d995bc5a7e
commit
b9f2b3e06f
|
@ -4,8 +4,12 @@ on:
|
|||
issues:
|
||||
types: [labeled, unlabeled, reopened]
|
||||
|
||||
permissions: {}
|
||||
jobs:
|
||||
support:
|
||||
permissions:
|
||||
issues: write # to modify issues
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/support-requests@v2
|
||||
|
|
Loading…
Reference in New Issue