Skip to content

Fork Sync

Fork Sync #1043

Workflow file for this run

name: Fork Sync
# Runs at 13:00 UTC every day
on:
schedule:
- cron: '0 13 * * *'
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
owner: 'specklesystems'
head: 'main'
base: 'main'