scraping atproto for the most followed accounts
at main 14 lines 252 B view raw
1name: Tangle 2 3on: 4 push: {} 5 workflow_dispatch: {} 6 7jobs: 8 tangle: 9 runs-on: ubuntu-latest 10 steps: 11 - uses: gwennlbh/to-tangled@v0.3 12 with: 13 repo: isabelroses.com/amifamousyet 14 ssh-key: ${{ secrets.TANGLED_KEY }}