Skip to content

fix(auth): preserve follow-scoped GitHub tokens during OAuth login #122

fix(auth): preserve follow-scoped GitHub tokens during OAuth login

fix(auth): preserve follow-scoped GitHub tokens during OAuth login #122

Triggered via pull request June 8, 2026 19:22
@RidanshiRidanshi
synchronize #373
Status Failure
Total duration 52s
Artifacts

ci.yml

on: pull_request_target
detect-changes
4s
detect-changes
comment-results
5s
comment-results
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 8 warnings
backend-ci
Process completed with exit code 1.
backend-ci
Process completed with exit code 1.
src/__tests__/cards.test.ts > DELETE /api/cards/:id > returns 400 when attempting to delete the last remaining card: apps/backend/src/__tests__/cards.test.ts#L419
AssertionError: expected 500 to be 400 // Object.is equality - Expected + Received - 400 + 500 ❯ src/__tests__/cards.test.ts:419:28
src/__tests__/cards.test.ts > DELETE /api/cards/:id > returns 404 when the card is not owned by the user: apps/backend/src/__tests__/cards.test.ts#L408
AssertionError: expected 500 to be 404 // Object.is equality - Expected + Received - 404 + 500 ❯ src/__tests__/cards.test.ts:408:28
backend-ci: apps/backend/src/routes/follow.ts#L9
Missing return type on function
backend-ci: apps/backend/src/routes/event.ts#L89
Missing return type on function
backend-ci: apps/backend/src/routes/connect.ts#L28
Missing return type on function
backend-ci: apps/backend/src/routes/auth.ts#L20
Missing return type on function
backend-ci: apps/backend/src/__tests__/event.test.ts#L114
Missing return type on function
backend-ci: apps/backend/src/__tests__/event.test.ts#L100
Missing return type on function
backend-ci: apps/backend/src/__tests__/auth.github-token.test.ts#L35
Missing return type on function
backend-ci: apps/backend/src/__tests__/auth.github-token.test.ts#L20
Missing return type on function