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.
Create actions
You can build reusable actions to automate tasks in your workflows.
패키지 게시
GitHub Actions를 사용하여 패키지를 자동으로 게시할 수 있습니다.
Managing your work with GitHub Actions
You can automatically manage your issues and pull requests using GitHub Actions workflows.
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.
Using containerized services
You can use containerized services in your GitHub Actions workflows.
GitHub Actions로 마이그레이션
기존 CI/CD 워크플로를 GitHub Actions로 마이그레이션하는 방법을 알아봅니다.
Use Actions Runner Controller
You can host your own runners to run workflows in a highly customizable environment.