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: try a different action for mirroring to Tangled

Trezy a145d463 01338120

+5 -3
+5 -3
.github/workflows/mirror.yml
··· 9 9 - uses: actions/checkout@v4 10 10 with: 11 11 fetch-depth: 0 12 - - uses: pixta-dev/repository-mirroring-action@v1 12 + 13 + - uses: yesolutions/mirror-action@master 13 14 with: 14 - target_repo_url: git@tangled.org:gamesgamesgamesgames.games/happyview.git 15 - ssh_private_key: ${{ secrets.TANGLED_SSH_PRIVATE_KEY }} 15 + REMOTE: "git@tangled.org:gamesgamesgamesgames.games/happyview.git" 16 + GIT_SSH_PRIVATE_KEY: ${{ secrets.TANGLED_SSH_PRIVATE_KEY }} 17 + GIT_SSH_NO_VERIFY_HOST: "true"