From 7880835387114eccf37d4867da020f57a2d6771f Mon Sep 17 00:00:00 2001 From: Tom Barbette Date: Wed, 2 Oct 2024 10:46:36 +0200 Subject: [PATCH] Auto mirror --- .github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a992e5d10b..9e52e80b7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,3 +101,19 @@ 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 + steps: + - uses: actions/checkout@v3 + - 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 }}