name: olore-github-actions-latest description: Local GitHub Actions documentation reference (latest). GitHub Actions documentation. Use for CI/CD workflows, workflow syntax, actions, runners, events, jobs, steps, expressions, contexts, secrets, environments, and reusable workflows.
GitHub Actions Documentation
GitHub Actions documentation. Use for CI/CD workflows, workflow syntax, actions, runners, events, jobs, steps, expressions, contexts, secrets, environments, and reusable workflows.
Quick Reference
| Task | Entry Point |
|---|---|
| Getting started | contents/get-started/quickstart.md |
| Workflow syntax | contents/reference/workflows-and-actions/workflow-syntax.md |
| Events that trigger workflows | contents/reference/workflows-and-actions/events-that-trigger-workflows.md |
| Expressions and functions | contents/reference/workflows-and-actions/expressions.md |
| Contexts (github, env, steps, etc.) | contents/reference/workflows-and-actions/contexts.md |
| Workflow commands | contents/reference/workflows-and-actions/workflow-commands.md |
| Secrets | contents/concepts/security/secrets.md |
| Reusable workflows | contents/how-tos/reuse-automations/reuse-workflows.md |
| Troubleshooting | contents/how-tos/troubleshoot-workflows.md |
When to use
Use this skill when the user asks about:
- Writing or debugging GitHub Actions workflow YAML files
- Workflow triggers, events, jobs, steps, and expressions
- Secrets, environment variables, and contexts
- GitHub-hosted, self-hosted, or larger runners
- Reusable workflows and composite/JavaScript/Docker actions
- CI/CD pipelines: building, testing, deploying code
- OIDC-based keyless authentication with AWS, Azure, GCP, and other cloud providers
- Artifact attestations and supply chain security
- Migrating from other CI/CD systems (Jenkins, CircleCI, GitLab, Azure Pipelines)
- Deployment environments, protection rules, and approval gates
- Actions Runner Controller (ARC) and Kubernetes-based runners
How to find information
- First, read
TOC.mdfor complete file listing organized by directory - Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.