Personal Access Token (PAT) - CI/CD 用語集の定義
personal access token (PAT) はユーザースコープの認証情報で、組み込みの GITHUB_TOKEN が他のリポジトリに到達できない、または必要なスコープを付与できない場合に CI で使用します。
関連ガイド
GITHUB_TOKEN - CI/CD Glossary DefinitionGITHUB_TOKEN is the short-lived credential GitHub Actions injects into every workflow run, scoped to the repo…
Deploy Key - CI/CD Glossary DefinitionA deploy key is an SSH key granting a single repository read or write access, scoping CI credentials to one r…
Secret - CI/CD Glossary DefinitionSecret: A **secret** is an encrypted value (token, key) stored by GitHub and injected into workflows without…