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