mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-26 16:30:57 +01:00
config: add permissions to automatic release workflow
This commit is contained in:
4
.github/workflows/automatic-release.yml
vendored
4
.github/workflows/automatic-release.yml
vendored
@@ -8,6 +8,10 @@ on:
|
||||
env:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_AUTOMATIC_RELEASE }}
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
merge:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user