mirror: A tiny/fast dataloader implementation
0

Configure Feed

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

ci: use OIDC tokens for npm auth

Marais Rossouw (Oct 21, 2025, 4:01 PM +1000) 3ee37832 cfbd26d9

-4
-4
.github/workflows/ci.yml
··· 75 75 if: ${{ !contains(github.ref, '-next.') }} 76 76 run: npm publish --provenance --access public 77 77 working-directory: npm 78 - env: 79 - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} 80 78 81 79 - name: 'Publish → npm (pre-release)' 82 80 if: ${{ contains(github.ref, '-next.') }} 83 81 run: npm publish --tag next --provenance --access public 84 82 working-directory: npm 85 - env: 86 - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}