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: use PAT for release to trigger docker workflow

Trezy a9faf48f 762e7fe0

+1 -1
+1 -1
.github/workflows/release.yml
··· 99 99 100 100 - name: Create release 101 101 env: 102 - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} 102 + GH_TOKEN: ${{ secrets.DISPATCH_GH_TOKEN }} 103 103 run: | 104 104 VERSION_TAG=$(svu next) 105 105 gh release create "$VERSION_TAG" -t "$VERSION_TAG" --generate-notes