Skip to content

Conversation

@dogussyaman
Copy link
Owner

Motivation

  • Prevent accidental leakage of the OpenAI API key by removing debug logging that printed part of the key in supabase/functions/cv-process/index.ts.

Description

  • Replace console.log("OpenAI API Key loaded:", OPENAI_API_KEY ? ${OPENAI_API_KEY.substring(0, 10)}... : "NOT FOUND") with console.log("OpenAI API key present:", Boolean(OPENAI_API_KEY)) in supabase/functions/cv-process/index.ts.

Testing

  • No automated tests were run for this change; the file was updated and committed successfully.

Codex Task

@vercel
Copy link

vercel bot commented Feb 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
code-crafters Ready Ready Preview, Comment Feb 4, 2026 9:57am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant