fix: ci
This commit is contained in:
parent
ad898ca014
commit
d68903c804
1 changed files with 2 additions and 2 deletions
|
|
@ -28,11 +28,11 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
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
|
||||
rm .npmrc
|
||||
env:
|
||||
BUN_AUTH_TOKEN: ${{ secrets.BUN_AUTH_TOKEN }}
|
||||
BUN_AUTH_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Audit dependencies
|
||||
run: bun audit || true
|
||||
|
|
|
|||
Loading…
Reference in a new issue