diff --git a/.github/workflows/combine-prs.yaml b/.github/workflows/combine-prs.yaml index 20805855..f7a3bf1d 100644 --- a/.github/workflows/combine-prs.yaml +++ b/.github/workflows/combine-prs.yaml @@ -29,6 +29,8 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest + permissions: write-all + # Steps represent a sequence of tasks that will be executed as part of the job steps: - uses: actions/github-script@v6