Skip to content

Commit

Permalink
Auto mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Oct 2, 2024
1 parent 5b47e8c commit a3bdb9e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,20 @@ 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
- 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 }}

0 comments on commit a3bdb9e

Please sign in to comment.