Skip to content

Daily CLI

Daily CLI #207

Workflow file for this run

name: Daily CLI
on:
schedule:
# every day at 10:00 JST (01:00 UTC)
- cron: '0 1 * * *'
workflow_dispatch:
jobs:
call-reusable:
uses: ./.github/workflows/cli_runner.yml
with:
cli_command: daily
schedule_title: "Daily CLI"
color: "0x00ff00"
secrets: inherit