diff --git a/.github/workflows/release-to-staging.yml b/.github/workflows/release-to-staging.yml index ba1903f3e51..07f33d6c50f 100644 --- a/.github/workflows/release-to-staging.yml +++ b/.github/workflows/release-to-staging.yml @@ -12,6 +12,7 @@ jobs: permissions: contents: "read" id-token: "write" + pull-requests: "write" steps: - name: Checkout uses: actions/checkout@v3