Automating your workflow with GitHub Actions
GitHub Actions features a powerful execution environment integrated into every step of your workflow. You can discover, create, and share actions to perform any job you'd like, and combine them to customize your workflow.
Table of Contents
-
- Using environment variables
- Creating and using encrypted secrets
- Authenticating with the GITHUB_TOKEN
- Caching dependencies to speed up workflows
- Persisting workflow data using artifacts
- Workflow syntax for GitHub Actions
- Events that trigger workflows
- Contexts and expression syntax for GitHub Actions
- Virtual environments for GitHub-hosted runners
- Software installed on GitHub-hosted runners