diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 492f525..4e51b6d 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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