Skip to content

Commit ea3654e

Browse files
fix: use SCHEDULE_BOT_PAT to push past branch protection
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 981281f commit ea3654e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-schedule.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26+
with:
27+
token: ${{ secrets.SCHEDULE_BOT_PAT }}
2628

2729
- uses: actions/setup-python@v5
2830
with:

0 commit comments

Comments
 (0)