Skip to content

Commit

Permalink
Create sync-fork.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Jul 18, 2023
1 parent 0cadbcd commit f865001
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: sync-fork
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch: { }
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Sync to Upstream Repository
uses: dabreadman/sync-upstream-repo@v1.3.0
with:
upstream_repo: https://github.com/input-output-hk/cardano-db-sync
upstream_branch: master
downstream_branch: master
token: ${{ secrets.WORKFLOW_TOKEN }}

0 comments on commit f865001

Please sign in to comment.