Topic View
#Secrets.
2 posts filed under this topic.
HowTo 5 min read
How to Set Up a .env File and Stop Leaking Secrets
What .env files are, how to load them in Node.js, Python, and Docker, the common mistakes that expose API keys, and how to manage secrets safely in production.
Vishnu
GitHub Actions 5 min read
GitHub Actions Secrets: Best Practices to Stop Leaking Credentials
Leaked secrets in GitHub Actions are one of the most common security incidents. Here's how to store them correctly, scope them properly, and avoid the mistakes that expose API keys in CI logs.
Vishnu