mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
build: harden azuresync.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
8886162bba
commit
d995bc5a7e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/azuresync.yml
vendored
4
.github/workflows/azuresync.yml
vendored
|
|
@ -7,8 +7,12 @@ on:
|
||||||
|
|
||||||
concurrency: azuresync-${{ github.event.issue.number }}
|
concurrency: azuresync-${{ github.event.issue.number }}
|
||||||
|
|
||||||
|
permissions: {}
|
||||||
jobs:
|
jobs:
|
||||||
alert:
|
alert:
|
||||||
|
permissions:
|
||||||
|
issues: write # to update issue body
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: danhellem/github-actions-issue-to-work-item@master
|
- uses: danhellem/github-actions-issue-to-work-item@master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue