Skip to content

add feature for sending telegram notifications on expense create, update and delete and group creation. #406

add feature for sending telegram notifications on expense create, update and delete and group creation.

add feature for sending telegram notifications on expense create, update and delete and group creation. #406

Triggered via pull request October 20, 2024 14:13
Status Failure
Total duration 42s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
checks: src/lib/featureFlags.ts#L10
Property 'NEXT_PUBLIC_ENABLE_NOTIFICATIONS' does not exist on type '{ POSTGRES_URL_NON_POOLING: string; POSTGRES_PRISMA_URL: string; NEXT_PUBLIC_BASE_URL: string; NEXT_PUBLIC_ENABLE_EXPENSE_DOCUMENTS: boolean; NEXT_PUBLIC_ENABLE_RECEIPT_EXTRACT: boolean; ... 6 more ...; OPENAI_API_KEY?: string | undefined; }'.
checks: src/lib/notification.ts#L6
Property 'TELEGRAM_API_URL' does not exist on type '{ POSTGRES_URL_NON_POOLING: string; POSTGRES_PRISMA_URL: string; NEXT_PUBLIC_BASE_URL: string; NEXT_PUBLIC_ENABLE_EXPENSE_DOCUMENTS: boolean; NEXT_PUBLIC_ENABLE_RECEIPT_EXTRACT: boolean; ... 6 more ...; OPENAI_API_KEY?: string | undefined; }'.
checks: src/lib/notification.ts#L6
Property 'TELEGRAM_BOT_TOKEN' does not exist on type '{ POSTGRES_URL_NON_POOLING: string; POSTGRES_PRISMA_URL: string; NEXT_PUBLIC_BASE_URL: string; NEXT_PUBLIC_ENABLE_EXPENSE_DOCUMENTS: boolean; NEXT_PUBLIC_ENABLE_RECEIPT_EXTRACT: boolean; ... 6 more ...; OPENAI_API_KEY?: string | undefined; }'.
checks: src/trpc/routers/groups/create.procedure.ts#L18
Property 'NEXT_PUBLIC_ENABLE_NOTIFICATIONS' does not exist on type '{ POSTGRES_URL_NON_POOLING: string; POSTGRES_PRISMA_URL: string; NEXT_PUBLIC_BASE_URL: string; NEXT_PUBLIC_ENABLE_EXPENSE_DOCUMENTS: boolean; NEXT_PUBLIC_ENABLE_RECEIPT_EXTRACT: boolean; ... 6 more ...; OPENAI_API_KEY?: string | undefined; }'.
checks: src/trpc/routers/groups/expenses/create.procedure.ts#L25
Property 'NEXT_PUBLIC_ENABLE_NOTIFICATIONS' does not exist on type '{ POSTGRES_URL_NON_POOLING: string; POSTGRES_PRISMA_URL: string; NEXT_PUBLIC_BASE_URL: string; NEXT_PUBLIC_ENABLE_EXPENSE_DOCUMENTS: boolean; NEXT_PUBLIC_ENABLE_RECEIPT_EXTRACT: boolean; ... 6 more ...; OPENAI_API_KEY?: string | undefined; }'.
checks: src/trpc/routers/groups/expenses/delete.procedure.ts#L17
Property 'NEXT_PUBLIC_ENABLE_NOTIFICATIONS' does not exist on type '{ POSTGRES_URL_NON_POOLING: string; POSTGRES_PRISMA_URL: string; NEXT_PUBLIC_BASE_URL: string; NEXT_PUBLIC_ENABLE_EXPENSE_DOCUMENTS: boolean; NEXT_PUBLIC_ENABLE_RECEIPT_EXTRACT: boolean; ... 6 more ...; OPENAI_API_KEY?: string | undefined; }'.
checks: src/trpc/routers/groups/expenses/update.procedure.ts#L29
Property 'NEXT_PUBLIC_ENABLE_NOTIFICATIONS' does not exist on type '{ POSTGRES_URL_NON_POOLING: string; POSTGRES_PRISMA_URL: string; NEXT_PUBLIC_BASE_URL: string; NEXT_PUBLIC_ENABLE_EXPENSE_DOCUMENTS: boolean; NEXT_PUBLIC_ENABLE_RECEIPT_EXTRACT: boolean; ... 6 more ...; OPENAI_API_KEY?: string | undefined; }'.
checks
Process completed with exit code 2.
checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/