先决条件
在启用 GitHub Actions 之前,请确保您已完成以下步骤:
-
创建用于存储工作流数据的 Azure 存储帐户。 GitHub Actions 将其数据存储为块 Blob,支持两种类型的存储帐户:
-
使用“� �准”性能层的“常规用途”存储帐户(也称为
general-purpose v1
或general-purpose v2
) 。警告: 不支持将“高级”性能层用于常规用途存储帐户。 在创建存储帐户时必须选择“� �准”性能层,并且以后不能更改。
-
BlockBlobStorage 存储帐户,使用“高级”性能层 。
有关 Azure 存储帐户类型和性能层的详细信息,请参阅 Azure 文档。
-
-
Review the hardware requirements for GitHub Actions. For more information, see "Getting started with GitHub Actions for GitHub Enterprise Server."
-
TLS must be configured for your GitHub Enterprise Server instance's domain. For more information, see "Configuring TLS."
Note: 我们强烈建议您在 GitHub Enterprise Server 上配置 TLS,并有信任的机构签名的证书。 虽然自签名证书可以工作,但自托管的运行器需要额外的配置,不推荐用于生产环境。
-
If you have an HTTP Proxy Server configured on your GitHub Enterprise Server instance:
- You must add
localhost
and127.0.0.1
to the HTTP Proxy Exclusion list. - If the BYOS bucket is not routable, then you must also add the bucket's URL to the exclusion list.
For more information on changing your proxy settings, see "Configuring an outbound web proxy server."
- You must add
使用 Azure Blob 存储启用 GitHub Actions
-
SSH into your GitHub Enterprise Server instance. If your instance comprises multiple nodes, for example if high availability or geo-replication are configured, SSH into the primary node. If you use a cluster, you can SSH into any node. For more information about SSH access, see "Accessing the administrative shell (SSH)."
1. 运行 `ghe-actions-precheck` 命令以测试 Blob 存储配置。 有关详细信息,请参阅“[命令行实用工具](/admin/configuration/configuring-your-enterprise/command-line-utilities#ghe-actions-precheck)”。 1. 从 GitHub Enterprise Server 上的管理帐户任意页面的右上角,单击 。$ ssh -p 122 admin@HOSTNAME
-
如果� 尚未在“站点管理员”页上,请在左上角单击“站点管理员”。
1. 在左侧边� �中,单击“管理控制台”。 1. 在左侧边� �中,单击“操作”。
1. 选择“启用 GitHub Actions”。
-
在“项目和日志存储”下,选择“Azure Blob 存储”,然后输入 Azure 存储帐户的连接字符串。 有关获取存储帐户连接字符串的详细信息,请参阅 Azure 文档。 1. 在左侧边� �下,单击“保存设置”。
注意:保存 管理控制台 中的设置会重启系统服务,这可能会导致用户可察觉的停机时间。
-
等待配置运行完毕。
Next steps
After the configuration run has successfully completed, GitHub Actions will be enabled on your GitHub Enterprise Server instance. For your next steps, such as managing GitHub Actions access permissions and adding self-hosted runners, return to "Getting started with GitHub Actions for GitHub Enterprise Server."