diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dad76eb..0175ac6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -83,6 +83,9 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' name: Changelog runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write outputs: releases_created: ${{ steps.tag-release.outputs.releases_created }} steps: