# Actions 정책 정보

작업 정책을 사용하면 워크플로 실행 보호부터 시작하여 조직의 리포지토리에서 워크플로가 실행되는 방식을 GitHub Actions 제어할 수 있습니다.

> \[!NOTE]
> Actions policies are in 공개 미리 보기 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 [규칙 세트에 대한 정보](/ko/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets).

## 다음 단계

이벤트 및 행위자 규칙 설정을 포함하여 조직에 대한 워크플로 실행 보호를 구성하려면 [워크플로 실행 보호](/ko/organizations/managing-organization-settings/actions-policies/workflow-execution-protections)을 참조하세요.