이 버전의 GitHub Enterprise Server는 다음 날짜에 중단됩니다. 2025-08-27. 중요한 보안 문제에 대해서도 패치 릴리스가 이루어지지 않습니다. 더 뛰어난 성능, 향상된 보안, 새로운 기능을 위해 최신 버전의 GitHub Enterprise Server로 업그레이드합니다. 업그레이드에 대한 도움말은 GitHub Enterprise 지원에 문의하세요.
자습서
실습 활동을 통해 GitHub Actions에 대한 기술과 지식을 구축합니다.
Migrating to GitHub Actions
Learn how to migrate your existing CI/CD workflows to GitHub Actions.
Actions Runner Controller
You can host your own runners to run workflows in a highly customizable environment.
Managing projects
You can automatically manage your issues and pull requests using GitHub Actions workflows.
Using containerized services
You can use containerized services in your GitHub Actions workflows.
패키지 게시
GitHub Actions를 사용하여 패키지를 자동으로 게시할 수 있습니다.
예시 워크로드 만들기
이 자습서에서는 푸시 이벤트에 의해 트리거되는 기본 워크플로를 만드는 방법을 알아봅니다.
Use GITHUB_TOKEN in workflows
Learn how to use the GITHUB_TOKEN
to authenticate on behalf of GitHub Actions.
Creating a JavaScript action
In this tutorial, you'll learn how to build a JavaScript action using the actions toolkit.
Creating a composite action
In this tutorial, you'll learn how to build a composite action.
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.
Deploying with GitHub Actions
Learn how to control deployments with features like environments and concurrency.
Communicating with Docker service containers
Learn how to use Docker service containers to connect databases, web services, memory caches, and other tools to your workflow.