GitHub Actions Support
Helpful community posts
Popular articles
-
Workflow syntax →
A workflow is a configurable automated process made up of one or more jobs. You must create a YAML file to define your workflow configuration.
-
Events that trigger workflows →
You can configure your workflows to run when specific activity on GitHub happens, at a scheduled time, or when an event outside of GitHub occurs.
-
Context and expression syntax →
You can access context information and evaluate expressions in workflows and actions.
-
Encrypted secrets →
Encrypted secrets allow you to store sensitive information in your repository or organization.