Skip to content

Commit

Permalink
Merge pull request #648 from sever-sever/T6415
Browse files Browse the repository at this point in the history
T6415: Add repo-sync
  • Loading branch information
sever-sever authored Jun 3, 2024
2 parents 257496d + 13e0108 commit 38ff293
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Repo-sync

on:
pull_request_target:
types:
- closed
branches:
- current
workflow_dispatch:

jobs:
trigger-sync:
uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows
secrets:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
PAT: ${{ secrets.PAT }}

0 comments on commit 38ff293

Please sign in to comment.