Skip to content

A0-4564: Modified example/ordering so that it sends unique elements f… #203

A0-4564: Modified example/ordering so that it sends unique elements f…

A0-4564: Modified example/ordering so that it sends unique elements f… #203

name: Sync Cardinal-Cryptography repo with Aleph-Zero-Foundation repo
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
if: ${{ github.repository == 'Cardinal-Cryptography/AlephBFT'}}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: "main"
token: ${{ secrets.SYNCAZF }}
- name: Push to Aleph-Zero-Foundation
run: git push https://x-access-token:${{ secrets.SYNCAZF }}@github.com/aleph-zero-foundation/AlephBFT.git