Skip to content

Sync Upstream

Sync Upstream #2

name: Sync Upstream
on:
workflow_dispatch:
schedule: [ cron: '0 0 * * *' ]
jobs:
sync:
runs-on: ubuntu-latest
permissions: { contents: write }
steps:
- uses: dabreadman/[email protected]
with:
upstream_repo: https://github.com/toptal/haste-server.git
upstream_branch: master
downstream_branch: master
token: ${{ secrets.GITHUB_TOKEN }}