必要な環境
GitHub Actions を有効化する前に、次のステップを完了していることを確認してく� さい。
-
Create your Azure storage account for storing workflow data. GitHub Actions はデータをブロック Blob として保存し、次の 2 つのストレージアカウントタイプがサポートされています。
-
標準のパフォーマンス層を使用する general-purpose ストレージアカウント (
general-purpose v1
またはgeneral-purpose v2
としても知られる)。Warning: general-purpose ストレージアカウントでのプレミア� パフォーマンス層の使用はサポートされていません。 ストレージアカウントを作成するときに標準のパフォーマンス層を選択する必要があり、後で変更することはできません。
-
プレミア� パフォーマンス層を使用する 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 GitHub Enterprise Serverインスタンス's domain. For more information, see "Configuring TLS."
Note: 信� �された認証局によって署名された証明書でGitHub Enterprise Server上のTLSを設定することを強くおすすめします。 自己署名証明書でも動作はしますが、セルフホストランナーに追� の設定が必要になり、プロダクションの環境では推奨されません。
-
GitHub Enterprise ServerインスタンスでHTTPプロキシサーバーを設定しているなら、HTTPプロキシの除外リストに
localhost
と127.0.0.1
を追� しなければなりません。 プロキシの設定変更に関する詳しい情� �については「アウトバウンドのWebプロキシサーバーの設定」を参照してく� さい。
Azure Blob ストレージで GitHub Actions を有効化する
-
GitHub Enterprise ServerインスタンスにSSHでアクセスしてく� さい。 詳しい情� �については「管理シェル(SSH)にアクセスする」を参照してく� さい。
$ ssh -p 122 admin@HOSTNAME
-
Run the
ghe-actions-precheck
command to test your blob storage configuration. 詳しい情� �については、「コマンドラインユーティリティ」を参照してく� さい。 -
From an administrative account on GitHub Enterprise Server, in the upper-right corner of any page, click .
-
If you're not already on the "Site admin" page, in the upper-left corner, click Site admin.
-
左のサイドバーでManagement Consoleをクリックしてく� さい。
-
サイドバーでActions(アクション)をクリックしてく� さい。
-
Enable GitHub Actions(GitHub Actionsの有効化)を選択してく� さい。
-
[Artifact & Log Storage] で、[Azure Blob Storage] を選択し、Azure ストレージアカウントの接続文字列型を入力します。 ストレージアカウントの接続文字列型を取得する方法について詳しくは、Azure のドキュメントを参照してく� さい。
-
左のサイドバーの下でSave settings(設定の保存)をクリックしてく� さい。
Note: Saving settings in the Management Console restarts system services, which could result in user-visible downtime.
-
設定が完了するのを待ってく� さい。
Next steps
After the configuration run has successfully completed, GitHub Actions will be enabled on GitHub Enterprise Serverインスタンス. 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."