Skip to main content

GitHub Actions에 대한 참조

GitHub Actions를 사용하여 작업에 적용할 정보를 찾습니다.

Secure use reference

Security practices for writing workflows and using GitHub Actions features.

GitHub Actions에 대한 워크플로 구문

워크플로는 하나 이상의 작업으로 구성된 구성 가능한 자동화된 프로세스입니다. 워크플로 구성을 정의하려면 YAML 파일을 만들어야 합니다.

워크플로를 트리거하는 이벤트

GitHub에 대한 특정 작업이 예약된 시간에 발생하거나 GitHub 외부의 이벤트가 발생할 때 실행되도록 워크플로를 구성할 수 있습니다.

GitHub Actions에 대한 워크플로 명령

워크플로 또는 작업 코드에서 셸 명령을 실행할 때 워크플로 명령을 사용할 수 있습니다.

Variables reference

Find information for supported variables, naming conventions, limits, and contexts in GitHub Actions workflows.

Secrets reference

Find technical information about secrets in GitHub Actions.

워크플로 및 작업에서 식 평가

워크플로 및 작업에서 식을 평가할 수 있습니다.

Contexts reference

Find information about contexts available in GitHub Actions workflows, including available properties, access methods, and usage examples.

Deployments and environments

Find information about deployment protection rules, environment secrets, and environment variables.

Dependency caching reference

Find information on the functionality of dependency caching in workflows.

Metadata syntax reference

You can create actions to perform tasks in your repository. Actions require a metadata file that uses YAML syntax.

작업 제한

GitHub Actions에는 규모를 확장하면서 발생할 수 있는 여러 제한이 있으며, 그중 일부는 지원팀에 문의하여 상향 조정할 수 있습니다.

Reusable workflows reference

Learn how to avoid duplication when creating a workflow by reusing existing workflows.

OpenID Connect reference

Find information about using OpenID Connect (OIDC) to authenticate GitHub Actions workflows with cloud providers.

GitHub Actions에 대한 Dockerfile 지원

Docker 컨테이너 작업에 대한 Dockerfile을 만들 때 일부 Docker 명령이 GitHub Actions 및 작업의 메타데이터 파일과 상호 작용하는 방법을 알고 있어야 합니다.

GitHub-hosted runners reference

Find information about GitHub-hosted runners, including their specifications and customization options.

Larger runners reference

Find information about larger runners, including their specifications and customization options.

Self-hosted runners reference

Find information about setting up and using self-hosted runners.

추가 인수 및 설정

GitHub Actions Importer에는 요구 사항에 따라 마이그레이션 프로세스를 조정하는 몇 가지 추가 인수 및 설정이 있습니다.

Extending GitHub Actions Importer with custom transformers

GitHub Actions Importer offers the ability to extend its built-in mapping.