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