Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,21 @@ jobs:
with:
fetch-depth: 0
- name: Push to EICweb
uses: eic/gitlab-sync@master
uses: eic/gitlab-sync@target
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@target
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
Expand Down