A Deno-compatible AT Protocol OAuth client that serves as a drop-in replacement for @atproto/oauth-client-node

Fix GitHub Action test permissions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

Changed files
+2 -8
.github
workflows
+2 -8
.github/workflows/publish.yml
··· 28 28 deno lint 29 29 deno check **/*.ts 30 30 31 - - name: Run tests (if any) 32 - run: | 33 - if [ -f "test" ] || ls *test*.ts 1> /dev/null 2>&1; then 34 - deno test --allow-net --allow-read 35 - else 36 - echo "No tests found, skipping test step" 37 - fi 38 - continue-on-error: false 31 + - name: Run tests 32 + run: deno test --allow-all 39 33 40 34 - name: Publish to JSR 41 35 run: deno publish