GitHub Actions のチュートリアル
実践的なアクティビティを通じて、GitHub Actions に関するスキルと知識を身に付けましょう。
Creating an example workflow
In this tutorial, you'll learn how to create a basic workflow that is triggered by a push event.
コードのビルドとテスト
GitHub Actions でプロジェクトを自動的にビルドし、テストできます。
Use GITHUB_TOKEN for authentication in workflows
Learn how to use the GITHUB_TOKEN
to authenticate on behalf of GitHub Actions.
アクションを作成する
再利用可能なアクションを構築して、ワークフローでのタスクを自動化できます。
パッケージを公開する
GitHub Actions を使用してパッケージを自動的に発行できます。
GitHub Actions を使って作業を管理する
GitHub Actions ワークフローを使用して、issue と pull request を自動的に管理できます。
Store and share data with workflow artifacts
Use artifacts to share data between jobs in a workflow and store data once that workflow has completed.
コンテナー化されたサービスを使用する
コンテナー化されたサービスは、GitHub Actions ワークフローで使用できます。
GitHub Actionsへの移行
既存の CI/CD ワークフローを GitHub Actions に移行する方法について学びます。
Actions Runner Controller を使用する
独自のランナーをホストして、非常にカスタマイズ性の高い環境でワークフローを実行できます。