Distributed and decentralized pi calculation
at main 17 lines 565 B view raw
1name: Mirroring 2 3on: [push, delete] 4 5jobs: 6 to_tangled: 7 runs-on: ubuntu-latest 8 steps: # <-- must use actions/checkout before mirroring! 9 - uses: actions/checkout@v3 10 with: 11 fetch-depth: 0 12 - uses: pixta-dev/repository-mirroring-action@v1 13 with: 14 target_repo_url: 15 git@tangled.sh:wish.freakybob.site/pistributed 16 ssh_private_key: # <-- use 'secrets' to pass credential information. 17 ${{ secrets.TANGLED_SSH }}