GitHub Actions
What It Is
GitHub’s CI/CD system built around workflows and reusable actions.
Core Ideas
- workflow
- job
- step
- runner
- secrets
- reusable workflows
Common Triggers
pushpull_requestworkflow_dispatchschedule
Practice
- Pin actions to versions intentionally.
- For production deployments, environments and required reviewers are useful controls.