config: add permissions to automatic release workflow

This commit is contained in:
Manuel
2024-02-09 23:05:50 +01:00
parent f704bad36e
commit 3e732fc613

View File

@@ -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