Create GitHub Actions workflows for CI/CD pipelines, automated testing, deployments, and repository automation using YAML-based configuration with native GitHub integration.
GitHub Actions is the native CI/CD platform for GitHub repositories. This skill covers workflow syntax, triggers, job orchestration, reusable patterns, optimization techniques, and security practices specific to GitHub Actions.
| Scope | Complete job | Step sequence | | Trigger | workflowcall | uses: in step | | Secrets | Inherit by default | Must pass explicitly | | File Sharing | Requires artifacts | Same runner/workspace |
Создавайте рабочие процессы GitHub Actions с правильным синтаксисом, многократно используемыми рабочими процессами, составными действиями, построением матриц, кэшированием и передовыми практиками безопасности. Используйте при создании рабочих процессов CI/CD для проектов, размещенных на GitHub, или при автоматизации задач репозитория GitHub. Источник: ancoleman/ai-design-components.