From 36f2f5931ababcb7b5c48b7f047542ca969764fd Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Thu, 12 Dec 2024 14:36:35 -0500 Subject: [PATCH] chore: use `GITHUB_TOKEN` to create sync PRs --- .github/workflows/sync-23-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-23-next.yml b/.github/workflows/sync-23-next.yml index 611cc417c5..816c823818 100644 --- a/.github/workflows/sync-23-next.yml +++ b/.github/workflows/sync-23-next.yml @@ -20,7 +20,7 @@ jobs: id: cpr uses: tretuna/sync-branches@1.4.0 with: - GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FROM_BRANCH: release-23.x TO_BRANCH: next - name: Auto-approve pull request for sync