fix: ci
Some checks failed
ci / build (push) Failing after 6s
ci / publish (push) Has been skipped

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

View file

@ -28,11 +28,11 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
printf '@nychthemeron:registry=https://git.mcpeakdev.com/api/packages/McPeakDev/npm/\n//git.mcpeakdev.com/api/packages/McPeakDev/npm/:_authToken=%s\n' "$BUN_AUTH_TOKEN" > .npmrc printf '@nychthemeron:registry=https://git.mcpeakdev.com/api/packages/McPeakDev/npm/\n//git.mcpeakdev.com/api/packages/McPeakDev/npm/:_authToken=%s\n' "$REGISTRY_TOKEN" > .npmrc
bun install --frozen-lockfile bun install --frozen-lockfile
rm .npmrc rm .npmrc
env: env:
BUN_AUTH_TOKEN: ${{ secrets.BUN_AUTH_TOKEN }} BUN_AUTH_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
- name: Audit dependencies - name: Audit dependencies
run: bun audit || true run: bun audit || true