[READ-ONLY] Mirror of https://github.com/flo-bit/bluesky-trending. show trending bluesky hashtags of the last day/hour flo-bit.dev/bluesky-trending/
0

Configure Feed

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

update api url

Florian (Nov 30, 2024, 12:40 AM +0100) 6b10f579 202bc52d

+1 -2
+1 -2
.github/workflows/deploy_gh_pages.yml
··· 12 12 runs-on: ubuntu-latest 13 13 14 14 env: 15 - TURSO_AUTH_TOKEN: ${{ secrets.TURSO_AUTH_TOKEN }} 16 - TURSO_DATABASE_URL: ${{ secrets.TURSO_DATABASE_URL }} 15 + API_URL: ${{ secrets.API_URL }} 17 16 18 17 steps: 19 18 - name: Checkout