GGitHub Actions Read More 3 minute read How to Implement a Manual Approval Process in GitHub ActionsbySaurabh Kumar SinghApril 11, 2026 In the world of continuous integration and continuous deployment (CI/CD), automation is king. However, there are often critical…
AAWS Read More 3 minute read How to Secure AWS Multi-Environment Deployments with GitHub Actions and OIDCbySaurabh Kumar SinghApril 11, 2026 Introduction Managing deployments across multiple AWS environments (dev, staging, production) securely is one of the biggest challenges for…
GGitHub Actions Read More 3 minute read GitHub Actions: Key Components with Use Cases and ExamplesbySaurabh Kumar SinghJune 20, 2025 GitHub Actions revolutionizes the automation and integration processes directly within your GitHub repositories. Understanding its key components helps…
DDevOps Read More 2 minute read How to Create a Self-Hosted GitHub Action RunnerbySaurabh Kumar SinghJune 9, 2025 Introduction GitHub Actions enables automation of software workflows directly within GitHub repositories. While GitHub provides default runners, setting…