From bf85732316cdfd2bd42233229acaab2f1c8e0507 Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Thu, 13 Jun 2024 15:57:29 -0700 Subject: [PATCH] Add secret --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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