From 57403a4ade3407c3faf5105ef8e643d33f8d4214 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 31 May 2024 00:20:22 +0530 Subject: T6415: repo sync check --- .github/workflows/repo-sync | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/repo-sync (limited to '.github/workflows') diff --git a/.github/workflows/repo-sync b/.github/workflows/repo-sync new file mode 100644 index 0000000..a2bf54f --- /dev/null +++ b/.github/workflows/repo-sync @@ -0,0 +1,17 @@ +name: Repo-sync + +on: + pull_request: + 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 }} -- cgit v1.2.3