An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

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

ci add tangled mirror and action

Sylfr Tan ad12a4f9 bc8e3ba3

+14
+14
.github/workflows/tangled.yml
··· 1 + name: Tangle 2 + 3 + on: 4 + push: {} 5 + workflow_dispatch: {} 6 + 7 + jobs: 8 + tangle: 9 + runs-on: ubuntu-latest 10 + steps: 11 + - uses: gwennlbh/to-tangled@v0.3 12 + with: 13 + repo: isuggest.selfce.st/catsky-social 14 + ssh-key: ${{ secrets.TANGLED_KEY }}