homepage/.github/workflows/fork-sync.yml
2024-01-07 21:20:59 -05:00

12 lines
240 B
YAML

on:
workflow_dispatch:
schedule:
- cron: '2 */12 * * *'
jobs:
synchronize-upstream:
runs-on: ubuntu-latest
steps:
- run: gh repo sync discretizer/homepage
env:
GH_TOKEN ${{ secres.GITHUB_ENV }}