Skip to content

feat: WIP pacakge with Nix #7

feat: WIP pacakge with Nix

feat: WIP pacakge with Nix #7

Workflow file for this run

name: rdf-protect
on: [push]
jobs:
trigger-gitlab:
runs-on: ubuntu-latest
environment: "CI Gitlab"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Mirror + Trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
with:
args: "https://gitlab.datascience.ch/gabriel.nuetzi/rdf-protect"
env:
FOLLOW_TAGS: "true"
FORCE_PUSH: "true"
GITLAB_HOSTNAME: "gitlab.datascience.ch"
GITLAB_USERNAME: ${{ secrets.GITLAB_USERNAME }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "454"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}