Skip to content
Snippets Groups Projects
Commit 2f6e4eb2 authored by korvoj's avatar korvoj
Browse files

Add git-sync GitHub action

parent 7778aaf4
No related branches found
No related tags found
No related merge requests found
on: push
jobs:
git-sync:
runs-on: self-hosted
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: 'git@github.com:nmaas-platform/nmaas-portal.git'
source_branch: 'refs/remotes/source/*'
destination_repo: 'git@gitlab.geant.org:nmaas/nmaas-portal.git'
destination_branch: 'refs/heads/*'
source_ssh_private_key: ${{ secrets.SOURCE_SSH_PRIVATE_KEY }}
destination_ssh_private_key: ${{ secrets.DESTINATION_SSH_PRIVATE_KEY }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment