Skip to main content

이 버전의 GitHub Enterprise는 다음 날짜에 중단되었습니다. 2026-06-02. 중요한 보안 문제에 대해서도 패치 릴리스가 이루어지지 않습니다. 더 뛰어난 성능, 향상된 보안, 새로운 기능을 위해 최신 버전의 GitHub Enterprise Server로 업그레이드합니다. 업그레이드에 대한 도움말은 GitHub Enterprise 지원에 문의하세요.

GitHub secret types

Learn about the different types of secrets used by GitHub.

GitHub secrets are used to securely store sensitive information like API keys, tokens, and passwords in repositories.

When you store the sensitive information as a GitHub secret, you remove the need to hardcode the credential or key, and prevent exposure of it in your code or logs. The secret can then be used to authenticate services, manage credentials, and securely pass sensitive data in workflows.

There are two types of secrets used by GitHub:

  • Dependabot secrets
  • Actions secrets

Depending on the GitHub secret type, you can create and manage secrets under your repository, organization, or personal account security settings page.

For information on the usage, scope, permissions, and limitations of each secret type, see GitHub 비밀 형식 이해.