Showing posts with the label GitHub Actions

Manage GitHub Actions Reusable Workflows and Matrices

Managing CI/CD pipelines for a handful of repositories is straightforward, but as your infrastructure scales to dozens of microservices, manual YAML duplication becomes a maintenance nightmare. You…
Manage GitHub Actions Reusable Workflows and Matrices

How to Run GitHub Actions Only on Specific File Path Changes

You waste precious minutes and cloud credits every time your CI/CD pipeline runs a full test suite for a simple README.md typo. In a high-velocity development environment, triggering a 20-minute b…
How to Run GitHub Actions Only on Specific File Path Changes

Secure GitHub Actions with AWS OIDC: The Passwordless Guid

Stashing long-lived AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY in your GitHub repository secrets is a ticking security time bomb. If those credentials leak, an attacker gains persistent access t…
Secure GitHub Actions with AWS OIDC: The Passwordless Guid

How to Cache node_modules in GitHub Actions to Speed Up CI

Waiting for npm install or npm ci to finish is one of the biggest bottlenecks in modern web development. In a typical CI/CD pipeline, your environment starts from a clean slate every time you pus…
How to Cache node_modules in GitHub Actions to Speed Up CI
OlderHomeNewest