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 YAM…
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…
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 crede…
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 enviro…
How to Cache node_modules in GitHub Actions to Speed Up CI
OlderHomeNewest