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 |
Scrivi flussi di lavoro GitHub Actions con sintassi corretta, flussi di lavoro riutilizzabili, azioni composite, build di matrici, memorizzazione nella cache e best practice per la sicurezza. Da utilizzare durante la creazione di flussi di lavoro CI/CD per progetti ospitati su GitHub o l'automazione delle attività del repository GitHub. Fonte: ancoleman/ai-design-components.