diff --git a/.github/workflows/Publish-Module.yml b/.github/workflows/Publish-Module.yml index 72ce83d7..ab1e4c7c 100644 --- a/.github/workflows/Publish-Module.yml +++ b/.github/workflows/Publish-Module.yml @@ -13,7 +13,8 @@ on: required: true permissions: - contents: read # to checkout the repo + contents: write # to checkout the repo and create releases + pull-requests: write # to comment on PRs jobs: Publish-Module: