[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

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

๐Ÿ› fix JSR publish: use token auth for scope authorization

Charles Lowell (Mar 16, 2026, 7:37 PM -0500) abab6349 47da4483

+1 -1
+1 -1
.github/workflows/publish.yml
··· 120 120 run: deno task build:jsr ${{steps.vars.outputs.version}} 121 121 122 122 - name: Publish JSR 123 - run: deno publish --allow-dirty 123 + run: deno publish --allow-dirty --token=${{ secrets.JSR_TOKEN }}