diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-05-31 00:15:32 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-31 00:15:32 +0530 |
| commit | b9b4b73f9a90a7f8ea7981191518e1ce1564b1c3 (patch) | |
| tree | 988a2499d40a521806898dbea2412a9eb81b230e | |
| parent | fac351f2c4fa959ef6b745b4572264e3e8ce6035 (diff) | |
| download | vyos-workflow-test-temp-b9b4b73f9a90a7f8ea7981191518e1ce1564b1c3.tar.gz vyos-workflow-test-temp-b9b4b73f9a90a7f8ea7981191518e1ce1564b1c3.zip | |
T6415: repo sync check
| -rw-r--r-- | .github/repo-sync | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/repo-sync b/.github/repo-sync new file mode 100644 index 0000000..a2bf54f --- /dev/null +++ b/.github/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 }} |
