fix(cli): allow write on pull-requests for version-or-publish

This commit is contained in:
Lucas Nogueira 2024-08-07 14:32:06 -03:00
parent 8dc81b6cc2
commit 9ed8fe8c92
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ jobs:
timeout-minutes: 65
permissions:
contents: write # required for workflow_dispatch
pull-requests: write
outputs:
change: ${{ steps.covector.outputs.change }}
commandRan: ${{ steps.covector.outputs.commandRan }}