From b9b4b73f9a90a7f8ea7981191518e1ce1564b1c3 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 31 May 2024 00:15:32 +0530 Subject: T6415: repo sync check --- .github/repo-sync | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/repo-sync 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 }} -- cgit v1.2.3 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 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 From 4043228dc46739cac4c4762d5b1bfd430d45b1bf Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 31 May 2024 00:21:38 +0530 Subject: T6415: repo sync check --- .github/repo-sync | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/repo-sync 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 }} -- cgit v1.2.3 From 43ab3f31d3f06e31e59df6e8c1d4779478af767e Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 31 May 2024 00:22:04 +0530 Subject: T6415: repo sync check --- .github/workflows/repo-sync | 17 ----------------- .github/workflows/repo-sync.yml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 .github/workflows/repo-sync create mode 100644 .github/workflows/repo-sync.yml diff --git a/.github/workflows/repo-sync b/.github/workflows/repo-sync deleted file mode 100644 index a2bf54f..0000000 --- a/.github/workflows/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 }} diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml new file mode 100644 index 0000000..a2bf54f --- /dev/null +++ b/.github/workflows/repo-sync.yml @@ -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 From d8da85a2c9a2e0dc157a4972c862efe4e9fe1879 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 31 May 2024 00:23:19 +0530 Subject: T6415: repo sync check --- .github/workflows/repo-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index a2bf54f..b768ec8 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -11,7 +11,7 @@ on: jobs: trigger-sync: uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows - secrets: + with: REMOTE_REPO: ${{ secrets.REMOTE_REPO }} REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} PAT: ${{ secrets.PAT }} -- cgit v1.2.3 From 8a36dc5bd767de2e91c9053648dc5820f9e34666 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 31 May 2024 00:27:54 +0530 Subject: T6415: repo sync check --- .github/workflows/repo-sync.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index b768ec8..311bae9 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -10,8 +10,15 @@ on: jobs: trigger-sync: - uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows - with: + runs-on: ubuntu-latest + env: REMOTE_REPO: ${{ secrets.REMOTE_REPO }} REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} PAT: ${{ secrets.PAT }} + steps: + - name: Trigger reusable workflow + uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows + with: + REMOTE_REPO: ${{ env.REMOTE_REPO }} + REMOTE_OWNER: ${{ env.REMOTE_OWNER }} + PAT: ${{ env.PAT }} -- cgit v1.2.3 From 950f3b5188ba2b87c71b06e282c1037e08066c26 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 31 May 2024 00:41:51 +0530 Subject: T6415: repo sync check --- .github/workflows/repo-sync.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 311bae9..a2bf54f 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -10,15 +10,8 @@ on: jobs: trigger-sync: - runs-on: ubuntu-latest - env: + 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 }} - steps: - - name: Trigger reusable workflow - uses: vyos/.github/.github/workflows/trigger-repo-sync.yml@feature/T6349-reusable-workflows - with: - REMOTE_REPO: ${{ env.REMOTE_REPO }} - REMOTE_OWNER: ${{ env.REMOTE_OWNER }} - PAT: ${{ env.PAT }} -- cgit v1.2.3