github · GitHub Actions Docs
Actions Deployment environments - GitHub Docs
Explains how to use GitHub deployment environments to manage deployment protection rules, environment secrets, and deployment history for specific target environments.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Deployment environments - GitHub Docs
Explains how to use GitHub deployment environments to manage deployment protection rules, environment secrets, and deployment history for specific target environments.
When To Use
Use when you need to configure environment-specific secrets, set up manual approval gates for deployments, or track deployment history across different stages like production or staging.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-workflows-and-deployment-environments-github-docs-workflow-guide.md | A documentation guide explaining the concepts and usage of deployment environments within GitHub Actions workflows. | Questions about a documentation guide explaining the concepts and usage of deployment environments within GitHub Actions workflows. |
What This Skill Covers
-
- GitHub Actions / - Concepts / - Workflows and actions / - Deployment environments
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/concepts/workflows-and-actions/deployment-environments
