mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-02 17:35:49 +00:00
Call reusable sync-fork workflow
Signed-off-by: Alexander Maslennikov <amaslennikov@nvidia.com>
This commit is contained in:
15
.github/workflows/sync-fork.yml
vendored
Normal file
15
.github/workflows/sync-fork.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: Fork Sync
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *' # nightly
|
||||||
|
workflow_dispatch: # enable manual trigger
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call-reusable-sync-fork-workflow:
|
||||||
|
uses: almaslennikov/reusable-release-workflows/.github/workflows/sync-fork.yml@main
|
||||||
|
with:
|
||||||
|
upstream-owner: k8snetworkplumbingwg
|
||||||
|
default-branch: master
|
||||||
|
secrets:
|
||||||
|
gh_token: ${{ secrets.GITHUB_TOKEN }}
|
Reference in New Issue
Block a user