diff --git a/.github/workflows/release_drafter.yaml b/.github/workflows/release_drafter.yaml index 50fba0e..892fed2 100644 --- a/.github/workflows/release_drafter.yaml +++ b/.github/workflows/release_drafter.yaml @@ -5,6 +5,9 @@ on: tags: - '*' +permissions: + contents: write + jobs: package_application: runs-on: ubuntu-latest