Skip to content
Snippets Groups Projects
Commit 7992c354 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: mirror push with ci.skip

parent e0556652
No related branches found
No related tags found
1 merge request!160feat: mirror push with ci.skip
...@@ -11,7 +11,7 @@ concurrency: ...@@ -11,7 +11,7 @@ concurrency:
jobs: jobs:
build: build:
name: Mirror name: Mirror and Trigger EICweb
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
actions: write actions: write
...@@ -22,11 +22,12 @@ jobs: ...@@ -22,11 +22,12 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Push to EICweb - name: Push to EICweb
uses: action-pack/gitlab-sync@d8d7956922770fc89e45dd7f0151fdeed5aad72e uses: eic/gitlab-sync@master
with: with:
url: https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git/ url: https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git/
token: ${{ secrets.GITLAB_TOKEN }} token: ${{ secrets.GITLAB_TOKEN }}
username: ${{ secrets.GITLAB_USERNAME }} username: ${{ secrets.GITLAB_USERNAME }}
ciskip: true
- name: Trigger EICweb - name: Trigger EICweb
uses: eic/trigger-gitlab-ci@v2 uses: eic/trigger-gitlab-ci@v2
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment