carolanderson's picture
add workflow to pull changes from upstream to docker-hf branch
e425cca
raw
history blame contribute delete
456 Bytes
name: Sync Fork
on:
schedule:
- cron: '0,30 * * * *'
workflow_dispatch: # on button click
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: GitHub Sync to Upstream Repository
uses: rovast/[email protected]
with:
upstream_repo: https://github.com/StanfordHCI/indie-label.git
upstream_branch: main
downstream_branch: docker-hf
token: ${{ secrets.WORKFLOW_TOKEN }}