Skip to content

T000 Disable user-tracking #910

T000 Disable user-tracking

T000 Disable user-tracking #910

on: push
jobs:
git-sync:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "[email protected]:adaptdk/su-ukraina.git"
source_branch: "refs/remotes/source/*"
destination_repo: "[email protected]:adaptdk/su-ukraina_storybook.git"
destination_branch: "refs/heads/*"
source_ssh_private_key: ${{ secrets.SOURCE_SSH_PRIVATE_KEY }}
destination_ssh_private_key: ${{ secrets.DESTINATION_SSH_PRIVATE_KEY }}