Skip to content

Set appropriate permissions to all Github Actions workflows (#1976) #1224

Set appropriate permissions to all Github Actions workflows (#1976)

Set appropriate permissions to all Github Actions workflows (#1976) #1224

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: Update release draft
uses: release-drafter/release-drafter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}