Skip to content

Commit

Permalink
[CI/CD] Adding GA to synchronize with CASTIEL repository
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Jun 3, 2024
1 parent 1e41f6a commit 844cc93
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/github-to-gitlab-push-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: build

on:
push:
branches:
- 'master'
- 'releases/**'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

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

0 comments on commit 844cc93

Please sign in to comment.