Skip to content

Commit eca9783

Browse files
authored
Sched 2026 (#2339)
1 parent 096547b commit eca9783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conference-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
- name: Sync conference data from Sched
1717
run: |
18-
tsx scripts/sync-sched/sync.ts --year 2025
18+
tsx scripts/sync-sched/sync.ts --year 2026
1919
env:
20-
SCHED_ACCESS_TOKEN_2025: ${{ secrets.SCHED_ACCESS_TOKEN_2025 }}
20+
SCHED_ACCESS_TOKEN_2026: ${{ secrets.SCHED_ACCESS_TOKEN_2026 }}
2121

2222
- name: Commit changes
2323
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)