Deploy Key - CI/CD 用語集の定義
deploy key はちょうど 1 つのリポジトリへのアクセスを付与する SSH キーで、ユーザートークンよりも厳密に CI の認証情報を限定します。
関連ガイド
Personal Access Token (PAT) - CI/CD Glossary DefinitionA personal access token (PAT) is a user-tied credential used when the built-in GITHUB_TOKEN lacks the cross-r…
GITHUB_TOKEN - CI/CD Glossary DefinitionGITHUB_TOKEN is the short-lived credential GitHub Actions injects into every workflow run, scoped to the repo…
Secret - CI/CD Glossary DefinitionSecret: A **secret** is an encrypted value (token, key) stored by GitHub and injected into workflows without…