Skip to content

Cron

Cron #64322

Workflow file for this run

name: Cron
on:
schedule:
- cron: '0/10 * * * *'
jobs:
generate-token-lists:
uses: ./.github/workflows/generate-token-lists.yml
with:
environment: 'CI'
secrets: inherit