Topic View
#GitHub Actions.
2 posts filed under this topic.
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
GitHub Actions 5 min read
How to Set Up CI/CD with GitHub Actions (Complete Guide)
Learn how to set up a CI/CD pipeline with GitHub Actions from scratch — running tests, building, deploying to staging and production, and handling secrets safely.
Vishnu