Set required workflow permissions (#329)

This commit is contained in:
Kevin Stillhammer 2025-03-18 15:21:29 +01:00 committed by GitHub
parent 04c950a723
commit 389b596663
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 20 additions and 0 deletions

View file

@ -12,6 +12,9 @@ jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/release-drafter@v6.1.0