# Información sobre las políticas de Actions

Las políticas de Actions permiten controlar cómo se ejecutan los flujos de trabajo de GitHub Actions en todos los repositorios de su organización, comenzando por las protecciones de ejecución de flujos de trabajo.

> \[!NOTE]
> Actions policies are in versión preliminar pública and subject to change.

## About Actions policies

Actions policies let you govern how GitHub Actions workflows run across your organizations and repositories. You configure Actions policies in a new **Policies** section of your GitHub Actions settings, separate from your existing **General** settings.

Actions policies are available at the enterprise, organization, and repository levels.

Actions policies currently contain one type of policy: workflow execution protections. GitHub plans to add more policies over time.

## About workflow execution protections

Workflow execution protections let you define an allow list that controls who can trigger GitHub Actions workflows and which events are permitted to run them. Workflow execution protections come with two rule types: event and actor. GitHub plans to add more rules over time.

Workflow execution protections are built on the GitHub rulesets framework, so the targeting you already know from rulesets works here too. You can apply protections with rulesets and scope them to specific repositories using repository custom properties. For more information about rulesets, see [Acerca de los conjuntos de reglas](/es/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets).

## Pasos siguientes

Para configurar las protecciones de ejecución de flujo de trabajo para su organización, incluida la configuración de reglas de eventos y actores, consulte [Protecciones de ejecución de flujo de trabajo](/es/organizations/managing-organization-settings/actions-policies/workflow-execution-protections).