Skip to content

Instantly share code, notes, and snippets.

@RichardBray
Last active March 21, 2025 12:37
Show Gist options
  • Save RichardBray/7240dfc522c4f8f42a7474cd855a69ce to your computer and use it in GitHub Desktop.
Save RichardBray/7240dfc522c4f8f42a7474cd855a69ce to your computer and use it in GitHub Desktop.
const secret = process.env.SECRET_KEY || "not found";
console.log(`SECRET_KEY: ${secret}`);
return "Result: Code executed successfully";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment