fix: ci
Some checks failed
ci / build-ui (push) Successful in 15s
ci / test (push) Successful in 3m0s
ci / publish (push) Failing after 34s

This commit is contained in:
Matthew McPeak 2026-06-17 16:10:44 -04:00
parent 0b18ef0164
commit 14167515e8
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C
2 changed files with 4 additions and 3 deletions

View file

@ -42,7 +42,10 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile 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
bun install --frozen-lockfile
rm .npmrc
working-directory: ui working-directory: ui
env: env:
BUN_AUTH_TOKEN: ${{ secrets.BUN_AUTH_TOKEN }} BUN_AUTH_TOKEN: ${{ secrets.BUN_AUTH_TOKEN }}

View file

@ -1,2 +0,0 @@
[install.scopes]
"@nychthemeron" = { url = "https://git.mcpeakdev.com/api/packages/McPeakDev/npm/" }