From bdc4cec30a27afd80a574d54af052e1b84a46bfa Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Thu, 24 Oct 2024 09:35:39 +0100 Subject: [PATCH] Use secret instead of github_token (#209) (cherry picked from commit d6303539320e47733bd55959e4c98cff08acfbbb) --- .github/workflows/auto-backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-backport.yml b/.github/workflows/auto-backport.yml index 1a126464..a95d8f57 100644 --- a/.github/workflows/auto-backport.yml +++ b/.github/workflows/auto-backport.yml @@ -18,7 +18,7 @@ jobs: - name: Cherry-pick action uses: sorenlouv/backport-github-action@929f69d04adbc196d982e60f02837b6cc00b3129 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.DOCS_AUTO_CP_TOKEN }} auto_backport_label_prefix: auto-cherry-pick-to- add_original_reviewers: true