注意:GitHub Enterprise Server 目前不支持 GitHub 托管的运行器。 可以在 GitHub public roadmap 上查看有关未来支持计划的更多信息。
About GitHub Actions permissions for your organization
By default, after GitHub Actions is enabled on your GitHub Enterprise Server instance, it is enabled on all repositories and organizations. You can choose to disable GitHub Actions or limit it to actions in your enterprise. For more information about GitHub Actions, see "About GitHub Actions."
You can enable GitHub Actions for all repositories in your organization. 启用 GitHub Actions 时,工作流能够运行位于存储库中的操作,以及任何其他公共或内部存储库。 You can disable GitHub Actions for all repositories in your organization. 禁用 GitHub Actions 时,仓库中不会运行任何工作流程。
Alternatively, you can enable GitHub Actions for all repositories in your organization but limit the actions a workflow can run.
Managing GitHub Actions permissions for your organization
You can choose to disable GitHub Actions for all repositories in your organization, or only allow specific repositories. You can also limit the use of public actions, so that people can only use local actions that exist in your enterprise.
Note: You might not be able to manage these settings if your organization is managed by an enterprise that has overriding policy. For more information, see "Enforcing policies for GitHub Actions in your enterprise."
-
在 GitHub Enterprise Server 的右上角,单击� 的个人资料照片,然后单击“� 的组织”。
-
在组织旁边,单击“设置”。
-
In the left sidebar, click Actions.
-
Under "Policies", select an option.
如果选择 允许选择操作,则允许企业内的操作,并且还有允许其他特定操作的其他选项。 有关详细信息,请参阅“允许选择操作来运行”。
本地到企业的操作
-
Click Save.
允许选择操作以运行
如果选择 允许选择操作,则允许本地操作,并且还允许其他特定操作的其他选项:
-
允许 GitHub 创建的操作: 可以允许工作流使用 GitHub 创建的所有操作。 GitHub 创建的操作位于
actions
和github
组织中。 有关详细信息,请参阅actions
和github
组织。 -
允许经过验证的创建者执行的 Marketplace 操作:如果已启用 GitHub Connect 并配置了 GitHub Actions,则此选项可用。 有关详细信息,请参阅“使用 GitHub Connect 启用对 GitHub.com 操作的自动访问。”可以允许工作流使用由经过验证的创建者创建的所有 GitHub Marketplace 操作。 如果 GitHub 验证该操作的创建者为合作伙伴组织, 徽� 将显示在 GitHub Marketplace 中的操作旁边。
-
允许指定的操作:可以限制工作流使用特定组织和存储库中的操作。
若要限制对操作的特定� �记或提交 SHA 的访问,请使用工作流中使用的相同语法来选择操作。
- 对于操作,语法为
<OWNER>/<REPO>@<TAG OR SHA>
。 例如,使用actions/javascript-action@v1.0.1
选择� �记或使用actions/javascript-action@172239021f7ba04fe7327647b213799853a9eb89
选择 SHA。 有关详细信息,请参阅“查找和自定义操作”。
可以使用
*
通配符来匹配模式。 例如,若要允许以space-org
开头的组织中的所有操作,可以指定space-org*/*
。 若要允许以 octocat 开头的存储库中的所有操作,可以使用*/octocat**@*
。 有关使用*
通配符的详细信息,请参阅“GitHub 操作的工作流语法”。 - 对于操作,语法为
此过程演示如何将特定操作添� 到允许列表。
-
在 GitHub Enterprise Server 的右上角,单击� 的个人资料照片,然后单击“� 的组织”。
-
在组织旁边,单击“设置”。
-
In the left sidebar, click Actions.
-
Under "Policies", select 允许选择操作 and add your required actions to the list.
-
Click Save.
Enabling workflows for private repository forks
如果依赖于使用专用存储库的分支,� 可以配置策略来控制用户如何在 pull_request
事件上运行工作流。 仅适用于专用和内部存储库,� 可以为� 的企业、组织或存储库配置这些策略设置。
If a policy is disabled for an enterprise, it cannot be enabled for organizations. If a policy is disabled for an organization, it cannot be enabled for repositories. If an organization enables a policy, the policy can be disabled for individual repositories.
- 从分支拉取请求运行工作流 - 允许用户使用具有只读权限、没有密� �访问权限的
GITHUB_TOKEN
,从分支拉取请求运行工作流。 - 从拉取请求向工作流发送写入令牌 - 允许来自分支的拉取请求使用具有写入权限的
GITHUB_TOKEN
。 - 从拉取请求向工作流发送机密 - 使所有机密都可用于拉取请求。
Configuring the private fork policy for an organization
- 在 GitHub Enterprise Server 的右上角,单击� 的个人资料照片,然后单击“� 的组织”。
- 在组织旁边,单击“设置”。
- In the left sidebar, click Actions.
- 在“复刻拉取请求工作流”下,选择选项。 例如:
- 单击“保存”以应用设置。
Setting the permissions of the GITHUB_TOKEN
for your organization
可以设置授予 GITHUB_TOKEN
的默认权限。 有关 GITHUB_TOKEN
的详细信息,请参阅“自动令牌身份验证”。 � 可以选择一组有限的权限作为默认项或应用权限设置。
You can set the default permissions for the GITHUB_TOKEN
in the settings for your organization or your repositories. If you select a restrictive option as the default in your organization settings, the same option is selected in the settings for repositories within your organization, and the permissive option is disabled. If your organization belongs to a GitHub Enterprise account and a more restrictive default has been selected in the enterprise settings, you won't be able to select the more permissive default in your organization settings.
任何拥有存储库写入权限的人都可以通过编辑工作流文件中的 permissions
键来修改授予 GITHUB_TOKEN
的权限,或者� �据需要添� 或� 除权限。 有关详细信息,请参阅 permissions
。
Configuring the default GITHUB_TOKEN
permissions
-
在 GitHub Enterprise Server 的右上角,单击� 的头像照片,然后单击“� 的个人资料”。
-
在 GitHub Enterprise Server 的右上角,单击� 的个人资料照片,然后单击“� 的组织”。
-
在组织旁边,单击“设置”。
-
In the left sidebar, click Actions.
-
Under "Workflow permissions", choose whether you want the
GITHUB_TOKEN
to have read and write access for all scopes, or just read access for thecontents
scope. -
Click Save to apply the settings.