Skip to content

Fork Sync

Fork Sync #478

Workflow file for this run

name: Fork Sync
on:
schedule:
- cron: '0 0 * * *' # nightly
workflow_dispatch: # enable manual trigger
jobs:
call-reusable-sync-fork-workflow:
uses: Mellanox/cloud-orchestration-reusable-workflows/.github/workflows/fork-sync-reusable.yml@main
with:
upstream-owner: k8snetworkplumbingwg
default-branch: master
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}