A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: mirror repo to Tangled

Trezy 379211fd 4ee385ba

+15
+15
.github/workflows/mirror.yml
··· 1 + name: Mirror to Tangled 2 + 3 + on: [push, delete] 4 + 5 + jobs: 6 + mirror: 7 + runs-on: depot-ubuntu-24.04 8 + steps: 9 + - uses: actions/checkout@v4 10 + with: 11 + fetch-depth: 0 12 + - uses: pixta-dev/repository-mirroring-action@v1 13 + with: 14 + target_repo_url: git@tangled.org:gamesgamesgamesgames.games/happyview.git 15 + ssh_private_key: ${{ secrets.TANGLED_SSH_PRIVATE_KEY }}