Skip to content
Snippets Groups Projects
Unverified Commit 47826c3f authored by korvoj's avatar korvoj Committed by GitHub
Browse files

Merge pull request #87 from nmaas-platform/86-fix-git-sync-workflow

Replace gitlab.geant.org with gitlab.software.geant.org
parents ead20c29 ce3a3754
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ jobs: ...@@ -8,7 +8,7 @@ jobs:
with: with:
source_repo: 'git@github.com:nmaas-platform/nmaas-portal.git' source_repo: 'git@github.com:nmaas-platform/nmaas-portal.git'
source_branch: 'refs/remotes/source/*' source_branch: 'refs/remotes/source/*'
destination_repo: 'git@gitlab.geant.org:nmaas/nmaas-portal.git' destination_repo: 'git@gitlab.software.geant.org:nmaas/nmaas-portal.git'
destination_branch: 'refs/heads/*' destination_branch: 'refs/heads/*'
source_ssh_private_key: ${{ secrets.SOURCE_SSH_PRIVATE_KEY }} source_ssh_private_key: ${{ secrets.SOURCE_SSH_PRIVATE_KEY }}
destination_ssh_private_key: ${{ secrets.DESTINATION_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