Skip to content
Open
Changes from all 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
9 changes: 9 additions & 0 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down