diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index 425c210a..e12e4774 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -25,10 +25,19 @@ jobs: - name: Push to EICweb uses: eic/gitlab-sync@master with: + remote: eicweb url: https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git/ token: ${{ secrets.GITLAB_TOKEN }} username: ${{ secrets.GITLAB_USERNAME }} ciskip: true + - name: Push to code.jlab.org + uses: eic/gitlab-sync@master + with: + remote: jlab + url: https://code.jlab.org/EIC/detector_benchmarks.git/ + token: ${{ secrets.CODEJLAB_TOKEN }} + username: ${{ secrets.CODEJLAB_USERNAME }} + ciskip: true - name: Trigger EICweb id: trigger_eicweb uses: eic/trigger-gitlab-ci@v3