Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/github-to-codehub-push-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Codehub-sync

on:
push:
branches:
- 'main'
- 'develop'
- 'release/**'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
sync:
runs-on: ubuntu-latest
name: CASTIEL2 Codehub Sync
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cniethammer/git-repo-sync@cb1067d118c0c209bcded585b5c78e581bb0dfec
with:
target-url: 'https://codehub.hlrs.de/coes/microcard2/ginkgo.git'
target-username: ${{ secrets.CODEHUB_TOKEN_NAME }}
target-token: ${{ secrets.CODEHUB_TOKEN }}