From 52d1b9854f1bd6b7d7b0a62d043bde6abaf726b4 Mon Sep 17 00:00:00 2001 From: Kensuke Nagae Date: Wed, 15 Sep 2021 22:53:37 +0900 Subject: [PATCH] Clarify that the forked PR repository workflow policy is applied to the internal repositories, too (#21523) Closes github/docs-content#4173 Co-authored-by: Laura Coursen --- .../github-actions/private-repository-forks-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/github-actions/private-repository-forks-overview.md b/data/reusables/github-actions/private-repository-forks-overview.md index 7be48f36df..b7fc22330a 100644 --- a/data/reusables/github-actions/private-repository-forks-overview.md +++ b/data/reusables/github-actions/private-repository-forks-overview.md @@ -1,4 +1,4 @@ -If you rely on using forks of your private repositories, you can configure policies that control how users can run workflows on `pull_request` events. Available to private repositories only, you can configure these policy settings for enterprises, organizations, or repositories. For enterprises, the policies are applied to all repositories in all organizations. +If you rely on using forks of your private repositories, you can configure policies that control how users can run workflows on `pull_request` events. Available to private and internal repositories only, you can configure these policy settings for enterprises, organizations, or repositories. For enterprises, the policies are applied to all repositories in all organizations. - **Run workflows from fork pull requests** - Allows users to run workflows from fork pull requests, using a `GITHUB_TOKEN` with read-only permission, and with no access to secrets. - **Send write tokens to workflows from pull requests** - Allows pull requests from forks to use a `GITHUB_TOKEN` with write permission.