Skip to content

Commit

Permalink
chore: use GITHUB_TOKEN to create sync PRs (#3360)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril authored Dec 12, 2024
1 parent a633633 commit 92c43c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-23-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: cpr
uses: tretuna/[email protected]
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
Expand Down

0 comments on commit 92c43c3

Please sign in to comment.