diff --git a/.github/workflows/build_changelog.yml b/.github/workflows/build_changelog.yml index 40bfde4d..8fe63b39 100644 --- a/.github/workflows/build_changelog.yml +++ b/.github/workflows/build_changelog.yml @@ -6,7 +6,10 @@ on: permissions: contents: read - + jobs: changelog: + permissions: + contents: write # create temporary branch to store changelog changes + pull-requests: write # create PR with changelog changes uses: ./.github/workflows/reusable_publish_changelog.yml