Fork Sync · Actions · GitHub Marketplace

PHOTO EMBED

Sat Aug 17 2024 08:41:49 GMT+0000 (Coordinated Universal Time)

Saved by @acassell

name: Sync Fork

on:
  schedule:
    - cron: '*/30 * * * *' # every 30 minutes
  workflow_dispatch: # on button click

jobs:
  sync:

    runs-on: ubuntu-latest

    steps:
      - uses: tgymnich/fork-sync@v2.0
        with:
          token: ${{ secrets.PERSONAL_TOKEN }}
          owner: llvm
          base: master
          head: master
content_copyCOPY

https://github.com/marketplace/actions/fork-sync