Define jobs and their steps. Jobs run in parallel by default unless dependencies are specified.
Matrix Strategy
Steps
Environment Variables
Define environment variables available to all jobs and steps
Secrets
Define secret names that will be referenced in your workflow. You'll need to add the actual secret values in your repository settings.
Note: These are secret references only. Actual secret values must be configured in:
Repository Settings → Secrets and variables → Actions
→ ${{ secrets. }}
Permissions
Configure GITHUB_TOKEN permissions for this workflow
Generated YAML
✓ Valid GitHub Actions workflow
Action Library
Popular GitHub Actions