๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

DevOps Intermediate

What is GitHub Actions?

A CI/CD platform integrated into GitHub that automates build, test, and deployment workflows using YAML configuration.

GitHub Actions triggers workflows on events (push, pull request, schedule, manual). Workflows are defined in .github/workflows/*.yml files with jobs, steps, and actions. The marketplace offers thousands of reusable actions.

Features include matrix builds (test across multiple OS/versions), secrets management, artifact storage, environment deployments, and self-hosted runners. Free tier includes generous minutes for public repositories.

Related Terms

Ansible
An agentless automation tool for configuration management, application deployment, and task automation using YAML playbooks.
Configuration Management
The practice of systematically managing and maintaining consistent server configurations across infrastructure.
CI/CD
Continuous Integration and Continuous Deployment โ€” automated practices for building, testing, and deploying code changes.
Message Queue
A communication mechanism that enables asynchronous message passing between services, decoupling producers from consumers.
Prometheus
An open-source monitoring and alerting toolkit that collects time-series metrics using a pull-based model.
Docker
A platform for building, shipping, and running applications in lightweight, isolated containers.
View All DevOps Terms โ†’