Skip to content

Commit

Permalink
Update sync-fork.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Sep 8, 2023
1 parent 8db15fe commit 4f60aab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: sync-fork
env:
UPSTREAM_URL: "https://github.com:input-output-hk/cardano-node.git"
on:
schedule:
- cron: '0 0 * * *'
Expand All @@ -11,7 +13,7 @@ jobs:
- name: GitHub Sync to Upstream Repository
uses: dabreadman/sync-upstream-repo@v1.3.0
with:
upstream_repo: https://github.com:input-output-hk/cardano-node
upstream_repo: ${{env.UPSTREAM_URL}}
upstream_branch: master
downstream_branch: master
token: ${{ secrets.WORKFLOW_TOKEN }}

0 comments on commit 4f60aab

Please sign in to comment.