Skip to content

hidden buttons in navbar #531

hidden buttons in navbar

hidden buttons in navbar #531

Workflow file for this run

on: push
jobs:
git-sync:
runs-on: ubuntu-22.04
steps:
- name: git-sync
uses: korvoj/git-sync@branch-removal
with:
source_repo: '[email protected]:nmaas-platform/nmaas-portal.git'
source_branch: 'refs/remotes/source/*'
destination_repo: '[email protected]: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 }}