Skip to content

Update corpus repository versions #233

Update corpus repository versions

Update corpus repository versions #233

Workflow file for this run

name: Update corpus repository versions
on:
schedule:
- cron: "12 4 * * 0"
jobs:
update_repository_versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./scripts/update-top-repos.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}