Skip to content

Update github-to-gitlab-push-sync.yml #14

Update github-to-gitlab-push-sync.yml

Update github-to-gitlab-push-sync.yml #14

name: build
on:
push:
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: deGrootLab/pmx@master
with:
target-url: 'https://codehub.hlrs.de/coes/bioexcel/pmx.git'
target-username: ${{ secrets.ACCESS_TOKEN_NAME }}
target-token: ${{ secrets.ACCESS_TOKEN }}