Skip to content

Merge branch '35-fix-generatetransaction-tx-is-burning-token-in-some-… #19

Merge branch '35-fix-generatetransaction-tx-is-burning-token-in-some-…

Merge branch '35-fix-generatetransaction-tx-is-burning-token-in-some-… #19

Workflow file for this run

name: Mirroring
on:
push:
branches:
- master
- dev
jobs:
git-sync:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: ${GITHUB_REPOSITORY}
source_branch: ${{github.ref_name}}
destination_repo: 'https://${{ secrets.DESTINATION_USER }}:${{ secrets.DESTINATION_TOKEN }}@${{ secrets.DESTINATION_SERVER }}/ergo/${GITHUB_REPOSITORY}.git'
destination_branch: ${{github.ref_name}}