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
18 changes: 18 additions & 0 deletions .github/workflows/synch-to-gitlab.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Sync Repository to GitLab

on:
push

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync to GitLab
uses: yesolutions/mirror-action@662fce0eced8996f64d7fa264d76cddd84827f33
with:
REMOTE: https://open-git.deltares.nl/deltares-github-backups/${{ github.event.repository.name }}.git
GIT_USERNAME: ${{ secrets.GITLAB_USERNAME }}
GIT_PASSWORD: ${{ secrets.GITLAB_PAT }}