github · GitHub Actions Docs
Actions Deployments and environments - GitHub Docs
Explains how to use GitHub environments to manage deployment targets, set protection rules, and control deployment workflows through environment-specific variables and secrets.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Deployments and environments - GitHub Docs
Explains how to use GitHub environments to manage deployment targets, set protection rules, and control deployment workflows through environment-specific variables and secrets.
When To Use
Use when you need to configure deployment protection rules, manage environment-specific secrets, or control the progression of software through different stages like staging and production.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-workflows-and-deployments-environments-github-docs-workflow-guide.md | A reference guide detailing GitHub Actions deployment protection rules, required reviewers, and environment configurations. | Questions about a reference guide detailing GitHub Actions deployment protection rules, required reviewers, and environment configura... |
What This Skill Covers
-
- GitHub Actions / - Reference / - Workflows and actions / - Deployments and environments
- Main sections:
In this article,Deployment protection rules,Required reviewers,Wait timer,Deployment branches and tags.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/reference/workflows-and-actions/deployments-and-environments
