Switch Language
Toggle Theme

GitHub Actions Complete Guide

9 posts in this series

1

GitHub Actions Matrix Build: Multi-Version Parallel Testing in Practice

Hands-on tutorial for GitHub Actions Matrix builds, covering basic syntax, exclude/include filters, fail-fast strategy optimization, and max-parallel resource control. Includes a complete multi-version parallel testing pipeline template.

Technology
2

GitHub Actions Self-Hosted Runner: A Complete Guide to Private Environment Deployment

Complete guide to GitHub Actions self-hosted runner deployment: 2026 pricing changes, three deployment strategies compared, security best practices, and Runner Fleet management.

Technology
2

GitHub Actions Getting Started: YAML Workflow Basics and Trigger Configuration

A beginner's guide to GitHub Actions YAML workflows: detailed explanation of four core fields—name, on, jobs, steps—8 trigger configuration methods, with copy-paste ready YAML templates and troubleshooting checklist.

Technology
2

GitHub Actions Getting Started: YAML Workflow Basics and Trigger Configuration

A beginner's guide to GitHub Actions YAML workflows: detailed explanation of four core fields—name, on, jobs, steps—8 trigger configuration methods, with copy-paste ready YAML templates and troubleshooting checklist.

Technology
3

GitHub Actions Cache Strategy: Speed Up CI/CD Pipeline 5x

A practical guide to GitHub Actions cache strategy: complete configuration examples from npm to Docker, cache key design best practices, and performance optimization data. Master the caching mechanism to accelerate your CI/CD pipeline 5x and save build costs.

Technology
4

GitHub Actions Composite Action Development: Complete Guide from action.yml to Marketplace Publishing

Comprehensive guide to GitHub Actions composite action development, including action.yml structure, inputs/outputs configuration, secrets passing, version management strategies, and Marketplace publishing. Master CI/CD componentization best practices.

Technology
4

GitHub Actions Matrix Builds: A Practical Guide to Multi-Platform Multi-Version Parallel Testing

A practical guide to GitHub Actions Matrix builds: from basic syntax to advanced techniques like exclude/include, fail-fast, and max-parallel, with 5 production-ready workflow templates to help you generate multi-platform multi-version parallel tests with 60%+ less configuration code

Technology
4

GitHub Actions Secrets Management: From Leak Risks to OIDC Keyless Deployment

GitHub Actions Secrets Management Guide: Three-tier architecture strategy, 8 security rules, OIDC keyless deployment, supply chain attack protection. Learn from the tj-actions incident with workflow YAML examples and best practices

Technology
5

GitHub Actions Security Practices: 3 Key Protections Learned from the tj-actions Incident

GitHub Actions security practice guide: Deep dive into the tj-actions supply chain attack, master secrets management, GITHUB_TOKEN permission control, and audit log configuration. Learn about the 2026 security roadmap features to protect your CI/CD pipelines from credential leaks and permission abuse.

Technology