Skip to content

Commit

Permalink
[bradh352] sync upstream workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Jan 7, 2025
1 parent c20902f commit 1925a91
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/sync_upstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Sync With Upstream'

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
sync_master:
uses: bradh352/sonic-buildimage/.github/workflows/reuse-sync.yml@bradh352/master
with:
upstream_repo: "sonic-net/sonic-swss"
upstream_branch: "master"
local_branch: "bradh352/master"
secrets: inherit
sync_202411:
uses: bradh352/sonic-buildimage/.github/workflows/reuse-sync.yml@bradh352/master
with:
upstream_repo: "sonic-net/sonic-swss"
upstream_branch: "202411"
local_branch: "bradh352/202411"
secrets: inherit

0 comments on commit 1925a91

Please sign in to comment.