diff --git a/.github/workflows/update-version.yaml b/.github/workflows/update-version.yaml index 56ca024d5..4aff0f70e 100644 --- a/.github/workflows/update-version.yaml +++ b/.github/workflows/update-version.yaml @@ -18,6 +18,11 @@ on: jobs: update-version: runs-on: ubuntu-24.04 + + permissions: + contents: write # required for pushing changes + pull-requests: write # required for creating PR + env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: