diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a992e5d10..4d467235e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,3 +101,22 @@ jobs: run: ( chmod 700 /home/runner || exit 0 ) ; ./userlevel/click -j 2 -e 'DriverManager(stop);' - name: make check run: make check + mirror: + runs-on: ubuntu-latest + environment: GITLAB_PASSWORD + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Mirror + trigger CI + uses: SvanBoxel/gitlab-mirror-and-ci-action@master + with: + args: "https://forge.uclouvain.be/ENSG/fastclick" + env: + FOLLOW_TAGS: "false" + FORCE_PUSH: "true" + GITLAB_HOSTNAME: "git" + GITLAB_USERNAME: "tbarbette" + GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} + GITLAB_PROJECT_ID: "fastclick" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}