Skip to content

Update forked repos #48

Update forked repos

Update forked repos #48

Workflow file for this run

name: Update forked repos
on:
workflow_dispatch:
schedule:
# At 07:00 UTC on Sunday
- cron: '0 7 * * 0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: python3 update-forks.py
env:
GITHUB_TOKEN: ${{ secrets.PAT }}