diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-06-06 14:35:08 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 14:35:08 +0530 |
| commit | c9aed2e731a9f46fb79913a8f8ba970daf58f3fa (patch) | |
| tree | b7b15c5e538c8f296258a5961e3f65c01414ee6d /.github/workflows/repo-sync.yml | |
| parent | c97f2783959e6b1d0ef338dcd1f00121e692e5fe (diff) | |
| parent | 6ffcd59b85ac4060bc3b4abc060d591309204dac (diff) | |
| download | vyos-workflow-test-temp-c9aed2e731a9f46fb79913a8f8ba970daf58f3fa.tar.gz vyos-workflow-test-temp-c9aed2e731a9f46fb79913a8f8ba970daf58f3fa.zip | |
Merge pull request #16 from vyos/T6449-title-issue
T6449 title issue
Diffstat (limited to '.github/workflows/repo-sync.yml')
| -rw-r--r-- | .github/workflows/repo-sync.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml new file mode 100644 index 0000000..2159c7e --- /dev/null +++ b/.github/workflows/repo-sync.yml @@ -0,0 +1,17 @@ +name: Repo-sync + +on: + pull_request_target: + types: + - closed + branches: + - T6415-secret-check + 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 }} |
