fix: CI
All checks were successful
ci / build (push) Successful in 18s
ci / publish (push) Successful in 22s

This commit is contained in:
Matthew McPeak 2026-06-17 17:00:01 -04:00
parent d68903c804
commit d9276e8289
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -32,7 +32,7 @@ jobs:
bun install --frozen-lockfile
rm .npmrc
env:
BUN_AUTH_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
- name: Audit dependencies
run: bun audit || true