1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/data/reusables/actions/about-environments.md
Joe Clark 5e9821e0e5 Add documentation for custom deployment protection rules (#36385)
Co-authored-by: SiaraMist <siaramist@github.com>
Co-authored-by: Usha N <n-usha@github.com>
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
Co-authored-by: Dylan Smith <dylanatsmith@github.com>
Co-authored-by: Alexis Abril <alexisabril@github.com>
Co-authored-by: Dylan Geraci <67774922+heavymachinery@users.noreply.github.com>
2023-04-19 22:58:06 +00:00

696 B

Environments are used to describe a general deployment target like production, staging, or development. When a {% data variables.product.prodname_actions %} workflow deploys to an environment, the environment is displayed on the main page of the repository. You can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow{% ifversion actions-custom-deployment-protection-rules-beta %}, gate deployments with custom deployment protection rules{% endif %}, or limit access to secrets. For more information about creating environments, see "AUTOTITLE."