How can I test an external API integration in a GitHub Codespace using a non‑production secret without exposing production credentials?
I want to run integration tests that call an external API inside a GitHub Codespace, but I must avoid using production credentials in the temporary development environment to reduce risk of accidental exposure. The account‑specific secrets feature lets me store a test token as an environment variable, yet I am unsure how to guarantee that the secret is only