Skip to content

Update New

Update New #93

Workflow file for this run

name: Update New
on:
workflow_dispatch:
schedule:
- cron: '0 7 * * *'
jobs:
update:
uses: ci-ke/ProjectSekai-BangDream-story-crawler/.github/workflows/common-update.yml@main
permissions:
contents: write
with:
run_command: "uv run --no-dev -m action.new_bang"
commit_message: "Update new"
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}