Skip to content

normalized query to the server #76

normalized query to the server

normalized query to the server #76

Workflow file for this run

on: push
jobs:
git-sync:
runs-on: ubuntu-latest
steps:
- name: git-sync-ci-cd
uses: wei/git-sync@v3
with:
# Private Keys
ssh_private_key: ${{ secrets.GITHUB_TOKEN }} # optional
source_ssh_private_key: ${{ secrets.GITHUB_TOKEN }} # optional, will override `SSH_PRIVATE_KEY`
destination_ssh_private_key: ${{ secrets.GITHUB_TOKEN }} # optional, will override `SSH_PRIVATE_KEY`
source_repo: "https://kcw-grunt:[email protected]/litecoin-foundation/litewallet-ios.git"
destination_repo: "https://kcw-grunt:[email protected]/litecoin-foundation/ci-cd-litewallet-ios.git"
source_branch: "refs/remotes/source/*"
destination_branch: "refs/heads/*"