diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index ebb1aa60..1128fbaf 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -10,6 +10,8 @@ on: jobs: update-version: runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - name: Checkout repository