diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index bca68bf977be0..99765ef8f073f 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -62,7 +62,7 @@ jobs: continue-on-error: true uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4.2.3 with: - # token: ${{ secrets.CHERRY_PICK_TOKEN }} + token: ${{ secrets.CHERRY_PICK_TOKEN }} base: ${{ github.base_ref }} branch: doc-${{ github.event.pull_request.number }} committer: GitHub Release Automation