From 0a056bbf4eb34424598dc12d848d415204be976d Mon Sep 17 00:00:00 2001 From: Meenakshi Sharma <163925564+nvda-mesharma@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:22:19 -0700 Subject: [PATCH] Create trigger_ci.yml --- .github/workflows/trigger_ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/trigger_ci.yml diff --git a/.github/workflows/trigger_ci.yml b/.github/workflows/trigger_ci.yml new file mode 100644 index 00000000..0133250e --- /dev/null +++ b/.github/workflows/trigger_ci.yml @@ -0,0 +1,11 @@ +on: + pull_request: +jobs: + mirror_repo: + environment: GITLAB + runs-on: self-hosted + steps: + - name: Sync Mirror Repository + run: | + #!/bin/bash + curl --request POST --header "PRIVATE-TOKEN:${{ secrets.TOKEN }}" "${{ secrets.MIRROR_URL }}"