1
0
mirror of synced 2026-01-06 06:02:35 -05:00

fix versioning syntax

This commit is contained in:
Jules Parker
2021-11-24 15:31:11 +01:00
committed by GitHub
parent 1591912922
commit 310595fe85

View File

@@ -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 {% ifversion internal-repositories %}and internal{% endif %} repositories only, you can configure these policy settings for {% ifversion ghec or ghes or ghae %}enterprises, {% endif %}organizations, or repositories.{% ifversion ghec or ghes or ghae %} For enterprises, the policies are applied to all repositories in all organizations.{% endif %}
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 {% if internal-repositories %}and internal{% endif %} repositories only, you can configure these policy settings for {% ifversion ghec or ghes or ghae %}enterprises, {% endif %}organizations, or repositories.{% ifversion ghec or ghes or ghae %} For enterprises, the policies are applied to all repositories in all organizations.{% endif %}
- **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.