diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 5a107fe2..5dd84199 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -6,13 +6,14 @@ on: branches: - main -permissions: - contents: write - pull-requests: read +permissions: {} jobs: update_release_draft: runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: read steps: - uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1 with: