GitHub Actions is GitHub's native CI/CD and automation platform launched in 2018, offering 15,000+ community Actions, matrix builds and generous free tiers for end-to-end code automation within the GitHub ecosystem.
Provider
2 results shownArticle
7 results shownGitHub Actions CI/CD Tutorial: Automated Build, Test, and Deployment
GitHub Actions is GitHub built-in CI/CD platform. This tutorial covers how to configure automated workflows for building, testing, and deploying.
GitHub Actions Advanced Workflows: Building Efficient CI/CD Pipelines
From basic CI to complex multi-environment deployments, this article explores advanced GitHub Actions workflow patterns including matrix builds, reusable workflows, environments, and protection rules.
CI/CD Basics: Continuous Integration, Delivery, and Deployment Explained
CI/CD shows up in every tutorial, but what does it actually mean? This guide uses a fast-food kitchen analogy to clarify continuous integration, continuous delivery, and continuous deployment, breaks down the stages of a pipeline, compares GitHub Actions, GitLab CI, and Jenkins, and includes a real pipeline example, answering "how do I get started with CI/CD."
Automated CI/CD Pipelines: Deploying to Servers with GitHub Actions
Build an automated pipeline from commit to server with GitHub Actions: upload files with SCP, run remote commands over SSH, roll out Docker containers and keep keys secure.
npm Supply Chain Security Upgrades: Publish-Time Malware Scanning and Dual-Use Metadata
GitHub published npm publish-time malware scanning and dual-use metadata detection, while strengthening Dependabot and Actions protections. Software supply chain security is shifting from post-install cleanup to pre-publish blocking.
Docker Adds GitHub Actions OIDC, Saying Goodbye to Long-Lived CI Secrets
Docker announced OIDC connections for GitHub Actions, letting CI/CD workflows authenticate with short-lived, per-run tokens instead of long-lived PATs or OATs — no more manual secret rotation.
Git Auto-Deployment Workflow
Configure automated website deployment using GitHub Actions and Git Hooks — push to deploy workflows.