前提条件
GitHub Actions を有効化する前に、次のステップを完了していることを確認してく� さい。
-
ワークフローデータを保存するための Azure ストレージアカウントを作成します。 GitHub Actions はデータをブロック Blob として保存し、次の 2 つのストレージアカウントタイプがサポートされています。
-
標準 パフォーマンスレベルを使用した 汎用 ストレージアカウント (
general-purpose v1
またはgeneral-purpose v2
とも呼ばれている)。警告: 汎用ストレージアカウントでは Premium パフォーマンスレベルを使用できません。 ストレージアカウントを作成するときに 標準 のパフォーマンスレベルを選択する必要があり、後で変更することはできません。
-
Premium パフォーマンスレベルを使用する 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 Storage の構成をテストできます。 詳細については、「[コマンド ライン ユーティリティ](/admin/configuration/configuring-your-enterprise/command-line-utilities#ghe-actions-precheck)」を参照してく� さい。 1. GitHub Enterprise Server の管理アカウントから、任意のページの右上隅の をクリックします。$ ssh -p 122 admin@HOSTNAME
-
[サイト管理者] ページにま� 表示されていない� �合は、左上隅の [サイト管理者] をクリックします。
1. 左側のサイドバーで、 [Management Console] をクリックします。 1. 左側のサイドバーで、 [アクション] をクリックします。
1. [GitHub Actions の有効化] を選択します。
-
[成果物とログストレージ] で、 [Azure Blob Storage] を選択し、Azure ストレージアカウントの接続文字列型を入力します。 ストレージアカウントの接続文字列の取得について詳しくは、Azure ドキュメントを参照してく� さい。 1. 左側のサイドバーで、 [設定の保存] をクリックします。
注: [Management Console] に設定を保存すると、システ� サービスが再起動され、ユーザーに表示されるダウンタイ� が発生する可能性があります。
-
設定の実行が完了するのを待ってく� さい。
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."