A fast, local-first "redirection engine" for !bang users with a few extra features ^-^
5
fork

Configure Feed

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

feat: auto push to tangled repo after auto updates

+13
+13
.github/workflows/update-bangs.yaml
··· 43 43 git add src/bangs/bangs.json src/bangs/hashbang.ts 44 44 git commit -m "chore: update bangs.json" || exit 0 45 45 git push 46 + 47 + - name: Tailscale 48 + uses: tailscale/github-action@v3 49 + with: 50 + oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} 51 + oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} 52 + tags: tag:ci 53 + 54 + - name: Add remote 55 + run: git remote add tangled git@ember:did:plc:krxbvxvis5skq7jj6eot23ul/unduckified 56 + 57 + - name: Push to tangled 58 + run: git push tangled main