Skip to content
Snippets Groups Projects

feat: mirror push with ci.skip

Merged Wouter Deconinck requested to merge mirror-push-ci-skip into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -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:
Loading