Skip to content

Automatic Updates

Automatic Updates #53

Workflow file for this run

name: Automatic Updates
on:
schedule:
- cron: "15 0 * * 5"
workflow_dispatch:
jobs:
auto-update:
name: Automatic Updates
uses: juitnow/workflows-public/.github/workflows/auto-update.yml@main
secrets:
git_token: ${{ secrets.git_token }}