diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index 9bf7dafe5..b573974b5 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -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