Skip to content

Follow up on https://github.com/haddocking/haddock3/pull/805 #12

Follow up on https://github.com/haddocking/haddock3/pull/805

Follow up on https://github.com/haddocking/haddock3/pull/805 #12

name: build
on:
push:
# run only against tags
tags:
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v4
with:
ref: 'main'
fetch-depth: 0
- uses: haddocking/haddock3@main
with:
target-url: 'https://codehub.hlrs.de/coes/bioexcel/haddock3.git'
target-username: ${{ secrets.ACCESS_TOKEN_NAME }}
target-token: ${{ secrets.ACCESS_TOKEN }}