Skip to main content
ドキュメントには� �繁に更新が� えられ、その都度公開されています。本ページの翻訳はま� 未完成な部分があることをご了承く� さい。最新の情� �については、英語のドキュメンテーションをご参照く� さい。本ページの翻訳に問題がある� �合はこちらまでご連絡く� さい。

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2022-06-03. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてく� さい。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してく� さい。

Azure Blob ストレージで GitHub Actions を有効化する

You can enable GitHub Actions on GitHub Enterprise Server and use Azure Blob storage to store data generated by workflow runs.

Site administrators can enable GitHub Actions and configure enterprise settings.

必要な環境

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プロキシの除外リストにlocalhost127.0.0.1を追� しなければなりません。 プロキシの設定変更に関する詳しい情� �については「アウトバウンドのWebプロキシサーバーの設定」を参照してく� さい。

Azure Blob ストレージで GitHub Actions を有効化する

  1. GitHub Enterprise ServerインスタンスにSSHでアクセスしてく� さい。 詳しい情� �については「管理シェル(SSH)にアクセスする」を参照してく� さい。

    $ ssh -p 122 admin@HOSTNAME
  2. Run the ghe-actions-precheck command to test your blob storage configuration. 詳しい情� �については、「コマンドラインユーティリティ」を参照してく� さい。

  3. From an administrative account on GitHub Enterprise Server, in the upper-right corner of any page, click .

    Screenshot of the rocket ship icon for accessing site admin settings

  4. If you're not already on the "Site admin" page, in the upper-left corner, click Site admin.

    Screenshot of "Site admin" link

  5. 左のサイドバーでManagement Consoleをクリックしてく� さい。 左のサイドバーのManagement Consoleタブ

  6. サイドバーでActions(アクション)をクリックしてく� さい。

    設定サイドバーのActionsタブ

  7. Enable GitHub Actions(GitHub Actionsの有効化)を選択してく� さい。 GitHub Actionsを有効化するチェックボックス

  8. [Artifact & Log Storage] で、[Azure Blob Storage] を選択し、Azure ストレージアカウントの接続文字列型を入力します。 ストレージアカウントの接続文字列型を取得する方法について詳しくは、Azure のドキュメントを参照してく� さい。 [Azure Blob Storage] と [Connection string] フィールドを選択するためのラジオボタン

  9. 左のサイドバーの下でSave settings(設定の保存)をクリックしてく� さい。

    Screenshot of the save settings button in the Management Console

    Note: Saving settings in the Management Console restarts system services, which could result in user-visible downtime.

  10. 設定が完了するのを待ってく� さい。

    インスタンスの設定

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."