codeflash/.github/workflows/tessl-update.yml
Kevin Turcios c172644987 chore: use reusable tessl update workflow
Replace inline workflow with thin caller to
codeflash-ai/github-workflows tessl-update.yml.
Move missing tiles list to .tessl/missing-tiles.txt.
2026-04-23 07:42:37 -05:00

12 lines
272 B
YAML

name: Tessl Tile Updates
on:
schedule:
- cron: "0 9 * * 1" # Weekly on Monday at 9am UTC
workflow_dispatch:
jobs:
tessl:
uses: codeflash-ai/github-workflows/.github/workflows/tessl-update.yml@main
secrets:
TESSL_TOKEN: ${{ secrets.TESSL_TOKEN }}