diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 4fe0479..9f2a3da 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -5,14 +5,15 @@ on: [push] jobs: trigger-gitlab: runs-on: ubuntu-latest + environment: "CI Gitlab" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Mirror + Trigger CI uses: SvanBoxel/gitlab-mirror-and-ci-action@master with: - args: "https://gitlab.com//" + args: "https://gitlab.datascience.ch/gabriel.nuetzi/rdf-protect" env: FOLLOW_TAGS: "false" FORCE_PUSH: "true"