Skip to content

Bump thiserror from 1.0.50 to 1.0.51 (#381) #152

Bump thiserror from 1.0.50 to 1.0.51 (#381)

Bump thiserror from 1.0.50 to 1.0.51 (#381) #152

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